Shades of Seagull #67B3CB
Tints of Seagull #67B3CB
RGB
CMYK
RGB Variations
Color information
#67B3CB (or 0x67B3CB) is known color: Seagull. HEX triplet: 67, B3 and CB. RGB value is (103,179,203). Sum of RGB (Red+Green+Blue) = 103+179+203=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #67B3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3CB is #984C34. Grayscale: #9E9E9E. Windows color (decimal): -9980981 or 13349735. OLE color: 13349735.
HSL color Cylindrical-coordinate representation of color #67B3CB: hue angle of 194.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 #67B3CB is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 179 | 203 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.20 |
| HSL | 194.4º | 0.49% | 0.6% | - |
| HSV(B) | 194.4º | 0.49% | 0.8% | - |
| XYZ | 32.49 | 39.44 | 62.4 | - |
| YUV | 159.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 203 | 0.49 | 0.12 | 0 | 0.20 | 194.4 | 0.49 | 0.6 |
| Hex | 67 | B3 | CB | 31 | C | 0 | 14 | C2 | 31 | 3C |
| Octal | 147 | 263 | 313 | 61 | 14 | 0 | 24 | 302 | 61 | 74 |
| Binary | 1100111 | 10110011 | 11001011 | 110001 | 1100 | 0 | 10100 | 11000010 | 110001 | 111100 |
Color Harmonies of #67B3CB
Complementary color
Monochromatic Colors of #67B3CB
Black with #67B3CB
Text Example
Text Example
White with #67B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B3CB; }
p { color: rgb(103,179,203); }
H1.HeaderClassName
{
color: #67B3CB;
}
.AnyTagClassName
{
color: #67B3CB;
}
</style>
background-color css
<style>
a { background-color: #67B3CB; }
a { background-color: rgb(103,179,203); }
div.DivClassName
{
background-color: #67B3CB;
}
.BgClassName
{
background-color: #67B3CB;
}
</style>
border-color css
<style>
span { border-color: #67B3CB; }
span { border-color: rgb(103,179,203); }
td.TdClassName
{
border-color: #67B3CB;
}
.TagClassName
{
border-color: #67B3CB;
}
</style>