Shades of Seagull #67B5CB
Tints of Seagull #67B5CB
RGB
CMYK
RGB Variations
Color information
#67B5CB (or 0x67B5CB) is known color: Seagull. HEX triplet: 67, B5 and CB. RGB value is (103,181,203). Sum of RGB (Red+Green+Blue) = 103+181+203=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #67B5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5CB is #984A34. Grayscale: #A0A0A0. Windows color (decimal): -9980469 or 13350247. OLE color: 13350247.
HSL color Cylindrical-coordinate representation of color #67B5CB: hue angle of 193.2º 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 #67B5CB is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 181 | 203 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.20 |
| HSL | 193.2º | 0.49% | 0.6% | - |
| HSV(B) | 193.2º | 0.49% | 0.8% | - |
| XYZ | 32.9 | 40.24 | 62.53 | - |
| YUV | 160.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 203 | 0.49 | 0.11 | 0 | 0.20 | 193.2 | 0.49 | 0.6 |
| Hex | 67 | B5 | CB | 31 | B | 0 | 14 | C1 | 31 | 3C |
| Octal | 147 | 265 | 313 | 61 | 13 | 0 | 24 | 301 | 61 | 74 |
| Binary | 1100111 | 10110101 | 11001011 | 110001 | 1011 | 0 | 10100 | 11000001 | 110001 | 111100 |
Color Harmonies of #67B5CB
Complementary color
Monochromatic Colors of #67B5CB
Black with #67B5CB
Text Example
Text Example
White with #67B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5CB; }
p { color: rgb(103,181,203); }
H1.HeaderClassName
{
color: #67B5CB;
}
.AnyTagClassName
{
color: #67B5CB;
}
</style>
background-color css
<style>
a { background-color: #67B5CB; }
a { background-color: rgb(103,181,203); }
div.DivClassName
{
background-color: #67B5CB;
}
.BgClassName
{
background-color: #67B5CB;
}
</style>
border-color css
<style>
span { border-color: #67B5CB; }
span { border-color: rgb(103,181,203); }
td.TdClassName
{
border-color: #67B5CB;
}
.TagClassName
{
border-color: #67B5CB;
}
</style>