Shades of Seagull #66BECB
Tints of Seagull #66BECB
RGB
CMYK
RGB Variations
Color information
#66BECB (or 0x66BECB) is known color: Seagull. HEX triplet: 66, BE and CB. RGB value is (102,190,203). Sum of RGB (Red+Green+Blue) = 102+190+203=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECB is #994134. Grayscale: #A5A5A5. Windows color (decimal): -10043701 or 13352550. OLE color: 13352550.
HSL color Cylindrical-coordinate representation of color #66BECB: hue angle of 187.72º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BECB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 190 | 203 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.20 |
| HSL | 187.72º | 0.49% | 0.6% | - |
| HSV(B) | 187.72º | 0.5% | 0.8% | - |
| XYZ | 34.67 | 43.96 | 63.16 | - |
| YUV | 165.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 203 | 0.50 | 0.06 | 0 | 0.20 | 187.72 | 0.49 | 0.6 |
| Hex | 66 | BE | CB | 32 | 6 | 0 | 14 | BC | 31 | 3C |
| Octal | 146 | 276 | 313 | 62 | 6 | 0 | 24 | 274 | 61 | 74 |
| Binary | 1100110 | 10111110 | 11001011 | 110010 | 110 | 0 | 10100 | 10111100 | 110001 | 111100 |
Color Harmonies of #66BECB
Complementary color
Monochromatic Colors of #66BECB
Black with #66BECB
Text Example
Text Example
White with #66BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BECB; }
p { color: rgb(102,190,203); }
H1.HeaderClassName
{
color: #66BECB;
}
.AnyTagClassName
{
color: #66BECB;
}
</style>
background-color css
<style>
a { background-color: #66BECB; }
a { background-color: rgb(102,190,203); }
div.DivClassName
{
background-color: #66BECB;
}
.BgClassName
{
background-color: #66BECB;
}
</style>
border-color css
<style>
span { border-color: #66BECB; }
span { border-color: rgb(102,190,203); }
td.TdClassName
{
border-color: #66BECB;
}
.TagClassName
{
border-color: #66BECB;
}
</style>