Shades of Seagull #67B5CF
Tints of Seagull #67B5CF
RGB
CMYK
RGB Variations
Color information
#67B5CF (or 0x67B5CF) is known color: Seagull. HEX triplet: 67, B5 and CF. RGB value is (103,181,207). Sum of RGB (Red+Green+Blue) = 103+181+207=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #67B5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5CF is #984A30. Grayscale: #A0A0A0. Windows color (decimal): -9980465 or 13612391. OLE color: 13612391.
HSL color Cylindrical-coordinate representation of color #67B5CF: hue angle of 195º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67B5CF is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 181 | 207 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.19 |
| HSL | 195º | 0.52% | 0.61% | - |
| HSV(B) | 195º | 0.5% | 0.81% | - |
| XYZ | 33.38 | 40.44 | 65.08 | - |
| YUV | 160.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 207 | 0.50 | 0.13 | 0 | 0.19 | 195 | 0.52 | 0.61 |
| Hex | 67 | B5 | CF | 32 | D | 0 | 13 | C3 | 34 | 3D |
| Octal | 147 | 265 | 317 | 62 | 15 | 0 | 23 | 303 | 64 | 75 |
| Binary | 1100111 | 10110101 | 11001111 | 110010 | 1101 | 0 | 10011 | 11000011 | 110100 | 111101 |
Color Harmonies of #67B5CF
Complementary color
Monochromatic Colors of #67B5CF
Black with #67B5CF
Text Example
Text Example
White with #67B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5CF; }
p { color: rgb(103,181,207); }
H1.HeaderClassName
{
color: #67B5CF;
}
.AnyTagClassName
{
color: #67B5CF;
}
</style>
background-color css
<style>
a { background-color: #67B5CF; }
a { background-color: rgb(103,181,207); }
div.DivClassName
{
background-color: #67B5CF;
}
.BgClassName
{
background-color: #67B5CF;
}
</style>
border-color css
<style>
span { border-color: #67B5CF; }
span { border-color: rgb(103,181,207); }
td.TdClassName
{
border-color: #67B5CF;
}
.TagClassName
{
border-color: #67B5CF;
}
</style>