Shades of Seagull #66BACF
Tints of Seagull #66BACF
RGB
CMYK
RGB Variations
Color information
#66BACF (or 0x66BACF) is known color: Seagull. HEX triplet: 66, BA and CF. RGB value is (102,186,207). Sum of RGB (Red+Green+Blue) = 102+186+207=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #66BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BACF is #994530. Grayscale: #A3A3A3. Windows color (decimal): -10044721 or 13613670. OLE color: 13613670.
HSL color Cylindrical-coordinate representation of color #66BACF: hue angle of 192º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66BACF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 186 | 207 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.19 |
| HSL | 192º | 0.52% | 0.61% | - |
| HSV(B) | 192º | 0.51% | 0.81% | - |
| XYZ | 34.3 | 42.45 | 65.42 | - |
| YUV | 163.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 207 | 0.51 | 0.10 | 0 | 0.19 | 192 | 0.52 | 0.61 |
| Hex | 66 | BA | CF | 33 | A | 0 | 13 | C0 | 34 | 3D |
| Octal | 146 | 272 | 317 | 63 | 12 | 0 | 23 | 300 | 64 | 75 |
| Binary | 1100110 | 10111010 | 11001111 | 110011 | 1010 | 0 | 10011 | 11000000 | 110100 | 111101 |
Color Harmonies of #66BACF
Complementary color
Monochromatic Colors of #66BACF
Black with #66BACF
Text Example
Text Example
White with #66BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BACF; }
p { color: rgb(102,186,207); }
H1.HeaderClassName
{
color: #66BACF;
}
.AnyTagClassName
{
color: #66BACF;
}
</style>
background-color css
<style>
a { background-color: #66BACF; }
a { background-color: rgb(102,186,207); }
div.DivClassName
{
background-color: #66BACF;
}
.BgClassName
{
background-color: #66BACF;
}
</style>
border-color css
<style>
span { border-color: #66BACF; }
span { border-color: rgb(102,186,207); }
td.TdClassName
{
border-color: #66BACF;
}
.TagClassName
{
border-color: #66BACF;
}
</style>