Shades of Seagull #68BFCB
Tints of Seagull #68BFCB
RGB
CMYK
RGB Variations
Color information
#68BFCB (or 0x68BFCB) is known color: Seagull. HEX triplet: 68, BF and CB. RGB value is (104,191,203). Sum of RGB (Red+Green+Blue) = 104+191+203=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFCB is #974034. Grayscale: #A6A6A6. Windows color (decimal): -9912373 or 13352808. OLE color: 13352808.
HSL color Cylindrical-coordinate representation of color #68BFCB: hue angle of 187.27º 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 #68BFCB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 191 | 203 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.20 |
| HSL | 187.27º | 0.49% | 0.6% | - |
| HSV(B) | 187.27º | 0.49% | 0.8% | - |
| XYZ | 35.12 | 44.52 | 63.24 | - |
| YUV | 166.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 203 | 0.49 | 0.06 | 0 | 0.20 | 187.27 | 0.49 | 0.6 |
| Hex | 68 | BF | CB | 31 | 6 | 0 | 14 | BB | 31 | 3C |
| Octal | 150 | 277 | 313 | 61 | 6 | 0 | 24 | 273 | 61 | 74 |
| Binary | 1101000 | 10111111 | 11001011 | 110001 | 110 | 0 | 10100 | 10111011 | 110001 | 111100 |
Color Harmonies of #68BFCB
Complementary color
Monochromatic Colors of #68BFCB
Black with #68BFCB
Text Example
Text Example
White with #68BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFCB; }
p { color: rgb(104,191,203); }
H1.HeaderClassName
{
color: #68BFCB;
}
.AnyTagClassName
{
color: #68BFCB;
}
</style>
background-color css
<style>
a { background-color: #68BFCB; }
a { background-color: rgb(104,191,203); }
div.DivClassName
{
background-color: #68BFCB;
}
.BgClassName
{
background-color: #68BFCB;
}
</style>
border-color css
<style>
span { border-color: #68BFCB; }
span { border-color: rgb(104,191,203); }
td.TdClassName
{
border-color: #68BFCB;
}
.TagClassName
{
border-color: #68BFCB;
}
</style>