Shades of Seagull #68BDCB
Tints of Seagull #68BDCB
RGB
CMYK
RGB Variations
Color information
#68BDCB (or 0x68BDCB) is known color: Seagull. HEX triplet: 68, BD and CB. RGB value is (104,189,203). Sum of RGB (Red+Green+Blue) = 104+189+203=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDCB is #974234. Grayscale: #A5A5A5. Windows color (decimal): -9912885 or 13352296. OLE color: 13352296.
HSL color Cylindrical-coordinate representation of color #68BDCB: hue angle of 188.48º 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 #68BDCB is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 189 | 203 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.20 |
| HSL | 188.48º | 0.49% | 0.6% | - |
| HSV(B) | 188.48º | 0.49% | 0.8% | - |
| XYZ | 34.69 | 43.65 | 63.1 | - |
| YUV | 165.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 203 | 0.49 | 0.07 | 0 | 0.20 | 188.48 | 0.49 | 0.6 |
| Hex | 68 | BD | CB | 31 | 7 | 0 | 14 | BC | 31 | 3C |
| Octal | 150 | 275 | 313 | 61 | 7 | 0 | 24 | 274 | 61 | 74 |
| Binary | 1101000 | 10111101 | 11001011 | 110001 | 111 | 0 | 10100 | 10111100 | 110001 | 111100 |
Color Harmonies of #68BDCB
Complementary color
Monochromatic Colors of #68BDCB
Black with #68BDCB
Text Example
Text Example
White with #68BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDCB; }
p { color: rgb(104,189,203); }
H1.HeaderClassName
{
color: #68BDCB;
}
.AnyTagClassName
{
color: #68BDCB;
}
</style>
background-color css
<style>
a { background-color: #68BDCB; }
a { background-color: rgb(104,189,203); }
div.DivClassName
{
background-color: #68BDCB;
}
.BgClassName
{
background-color: #68BDCB;
}
</style>
border-color css
<style>
span { border-color: #68BDCB; }
span { border-color: rgb(104,189,203); }
td.TdClassName
{
border-color: #68BDCB;
}
.TagClassName
{
border-color: #68BDCB;
}
</style>