Shades of Seagull #68BBCF
Tints of Seagull #68BBCF
RGB
CMYK
RGB Variations
Color information
#68BBCF (or 0x68BBCF) is known color: Seagull. HEX triplet: 68, BB and CF. RGB value is (104,187,207). Sum of RGB (Red+Green+Blue) = 104+187+207=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCF is #974430. Grayscale: #A4A4A4. Windows color (decimal): -9913393 or 13613928. OLE color: 13613928.
HSL color Cylindrical-coordinate representation of color #68BBCF: hue angle of 191.65º 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 #68BBCF is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 187 | 207 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.19 |
| HSL | 191.65º | 0.52% | 0.61% | - |
| HSV(B) | 191.65º | 0.5% | 0.81% | - |
| XYZ | 34.74 | 42.99 | 65.5 | - |
| YUV | 164.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 207 | 0.50 | 0.10 | 0 | 0.19 | 191.65 | 0.52 | 0.61 |
| Hex | 68 | BB | CF | 32 | A | 0 | 13 | C0 | 34 | 3D |
| Octal | 150 | 273 | 317 | 62 | 12 | 0 | 23 | 300 | 64 | 75 |
| Binary | 1101000 | 10111011 | 11001111 | 110010 | 1010 | 0 | 10011 | 11000000 | 110100 | 111101 |
Color Harmonies of #68BBCF
Complementary color
Monochromatic Colors of #68BBCF
Black with #68BBCF
Text Example
Text Example
White with #68BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBCF; }
p { color: rgb(104,187,207); }
H1.HeaderClassName
{
color: #68BBCF;
}
.AnyTagClassName
{
color: #68BBCF;
}
</style>
background-color css
<style>
a { background-color: #68BBCF; }
a { background-color: rgb(104,187,207); }
div.DivClassName
{
background-color: #68BBCF;
}
.BgClassName
{
background-color: #68BBCF;
}
</style>
border-color css
<style>
span { border-color: #68BBCF; }
span { border-color: rgb(104,187,207); }
td.TdClassName
{
border-color: #68BBCF;
}
.TagClassName
{
border-color: #68BBCF;
}
</style>