Shades of Seagull #67B8CB
Tints of Seagull #67B8CB
RGB
CMYK
RGB Variations
Color information
#67B8CB (or 0x67B8CB) is known color: Seagull. HEX triplet: 67, B8 and CB. RGB value is (103,184,203). Sum of RGB (Red+Green+Blue) = 103+184+203=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #67B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B8CB is #984734. Grayscale: #A1A1A1. Windows color (decimal): -9979701 or 13351015. OLE color: 13351015.
HSL color Cylindrical-coordinate representation of color #67B8CB: hue angle of 191.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67B8CB is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 184 | 203 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.20 |
| HSL | 191.4º | 0.49% | 0.6% | - |
| HSV(B) | 191.4º | 0.49% | 0.8% | - |
| XYZ | 33.51 | 41.48 | 62.74 | - |
| YUV | 161.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 184 | 203 | 0.49 | 0.09 | 0 | 0.20 | 191.4 | 0.49 | 0.6 |
| Hex | 67 | B8 | CB | 31 | 9 | 0 | 14 | BF | 31 | 3C |
| Octal | 147 | 270 | 313 | 61 | 11 | 0 | 24 | 277 | 61 | 74 |
| Binary | 1100111 | 10111000 | 11001011 | 110001 | 1001 | 0 | 10100 | 10111111 | 110001 | 111100 |
Color Harmonies of #67B8CB
Complementary color
Monochromatic Colors of #67B8CB
Black with #67B8CB
Text Example
Text Example
White with #67B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B8CB; }
p { color: rgb(103,184,203); }
H1.HeaderClassName
{
color: #67B8CB;
}
.AnyTagClassName
{
color: #67B8CB;
}
</style>
background-color css
<style>
a { background-color: #67B8CB; }
a { background-color: rgb(103,184,203); }
div.DivClassName
{
background-color: #67B8CB;
}
.BgClassName
{
background-color: #67B8CB;
}
</style>
border-color css
<style>
span { border-color: #67B8CB; }
span { border-color: rgb(103,184,203); }
td.TdClassName
{
border-color: #67B8CB;
}
.TagClassName
{
border-color: #67B8CB;
}
</style>