Shades of Seagull #68B0CB
Tints of Seagull #68B0CB
RGB
CMYK
RGB Variations
Color information
#68B0CB (or 0x68B0CB) is known color: Seagull. HEX triplet: 68, B0 and CB. RGB value is (104,176,203). Sum of RGB (Red+Green+Blue) = 104+176+203=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #68B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0CB is #974F34. Grayscale: #9D9D9D. Windows color (decimal): -9916213 or 13348968. OLE color: 13348968.
HSL color Cylindrical-coordinate representation of color #68B0CB: hue angle of 196.36º 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 #68B0CB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 176 | 203 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.20 |
| HSL | 196.36º | 0.49% | 0.6% | - |
| HSV(B) | 196.36º | 0.49% | 0.8% | - |
| XYZ | 32.01 | 38.31 | 62.21 | - |
| YUV | 157.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 203 | 0.49 | 0.13 | 0 | 0.20 | 196.36 | 0.49 | 0.6 |
| Hex | 68 | B0 | CB | 31 | D | 0 | 14 | C4 | 31 | 3C |
| Octal | 150 | 260 | 313 | 61 | 15 | 0 | 24 | 304 | 61 | 74 |
| Binary | 1101000 | 10110000 | 11001011 | 110001 | 1101 | 0 | 10100 | 11000100 | 110001 | 111100 |
Color Harmonies of #68B0CB
Complementary color
Monochromatic Colors of #68B0CB
Black with #68B0CB
Text Example
Text Example
White with #68B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0CB; }
p { color: rgb(104,176,203); }
H1.HeaderClassName
{
color: #68B0CB;
}
.AnyTagClassName
{
color: #68B0CB;
}
</style>
background-color css
<style>
a { background-color: #68B0CB; }
a { background-color: rgb(104,176,203); }
div.DivClassName
{
background-color: #68B0CB;
}
.BgClassName
{
background-color: #68B0CB;
}
</style>
border-color css
<style>
span { border-color: #68B0CB; }
span { border-color: rgb(104,176,203); }
td.TdClassName
{
border-color: #68B0CB;
}
.TagClassName
{
border-color: #68B0CB;
}
</style>