Shades of Seagull #68B8CB
Tints of Seagull #68B8CB
RGB
CMYK
RGB Variations
Color information
#68B8CB (or 0x68B8CB) is known color: Seagull. HEX triplet: 68, B8 and CB. RGB value is (104,184,203). Sum of RGB (Red+Green+Blue) = 104+184+203=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #68B8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8CB is #974734. Grayscale: #A2A2A2. Windows color (decimal): -9914165 or 13351016. OLE color: 13351016.
HSL color Cylindrical-coordinate representation of color #68B8CB: hue angle of 191.52º 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 #68B8CB is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 184 | 203 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.20 |
| HSL | 191.52º | 0.49% | 0.6% | - |
| HSV(B) | 191.52º | 0.49% | 0.8% | - |
| XYZ | 33.63 | 41.54 | 62.74 | - |
| YUV | 162.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 203 | 0.49 | 0.09 | 0 | 0.20 | 191.52 | 0.49 | 0.6 |
| Hex | 68 | B8 | CB | 31 | 9 | 0 | 14 | C0 | 31 | 3C |
| Octal | 150 | 270 | 313 | 61 | 11 | 0 | 24 | 300 | 61 | 74 |
| Binary | 1101000 | 10111000 | 11001011 | 110001 | 1001 | 0 | 10100 | 11000000 | 110001 | 111100 |
Color Harmonies of #68B8CB
Complementary color
Monochromatic Colors of #68B8CB
Black with #68B8CB
Text Example
Text Example
White with #68B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B8CB; }
p { color: rgb(104,184,203); }
H1.HeaderClassName
{
color: #68B8CB;
}
.AnyTagClassName
{
color: #68B8CB;
}
</style>
background-color css
<style>
a { background-color: #68B8CB; }
a { background-color: rgb(104,184,203); }
div.DivClassName
{
background-color: #68B8CB;
}
.BgClassName
{
background-color: #68B8CB;
}
</style>
border-color css
<style>
span { border-color: #68B8CB; }
span { border-color: rgb(104,184,203); }
td.TdClassName
{
border-color: #68B8CB;
}
.TagClassName
{
border-color: #68B8CB;
}
</style>