Shades of Seagull #67BBCC
Tints of Seagull #67BBCC
RGB
CMYK
RGB Variations
Color information
#67BBCC (or 0x67BBCC) is known color: Seagull. HEX triplet: 67, BB and CC. RGB value is (103,187,204). Sum of RGB (Red+Green+Blue) = 103+187+204=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #67BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBCC is #984433. Grayscale: #A3A3A3. Windows color (decimal): -9978932 or 13417319. OLE color: 13417319.
HSL color Cylindrical-coordinate representation of color #67BBCC: hue angle of 190.1º degrees, saturation: 0.5, 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 #67BBCC is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 187 | 204 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.2 |
| HSL | 190.1º | 0.5% | 0.6% | - |
| HSV(B) | 190.1º | 0.5% | 0.8% | - |
| XYZ | 34.26 | 42.78 | 63.58 | - |
| YUV | 163.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 204 | 0.50 | 0.08 | 0 | 0.2 | 190.1 | 0.5 | 0.6 |
| Hex | 67 | BB | CC | 32 | 8 | 0 | 14 | BE | 32 | 3C |
| Octal | 147 | 273 | 314 | 62 | 10 | 0 | 24 | 276 | 62 | 74 |
| Binary | 1100111 | 10111011 | 11001100 | 110010 | 1000 | 0 | 10100 | 10111110 | 110010 | 111100 |
Color Harmonies of #67BBCC
Complementary color
Monochromatic Colors of #67BBCC
Black with #67BBCC
Text Example
Text Example
White with #67BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBCC; }
p { color: rgb(103,187,204); }
H1.HeaderClassName
{
color: #67BBCC;
}
.AnyTagClassName
{
color: #67BBCC;
}
</style>
background-color css
<style>
a { background-color: #67BBCC; }
a { background-color: rgb(103,187,204); }
div.DivClassName
{
background-color: #67BBCC;
}
.BgClassName
{
background-color: #67BBCC;
}
</style>
border-color css
<style>
span { border-color: #67BBCC; }
span { border-color: rgb(103,187,204); }
td.TdClassName
{
border-color: #67BBCC;
}
.TagClassName
{
border-color: #67BBCC;
}
</style>