Shades of Seagull #68BFD0
Tints of Seagull #68BFD0
RGB
CMYK
RGB Variations
Color information
#68BFD0 (or 0x68BFD0) is known color: Seagull. HEX triplet: 68, BF and D0. RGB value is (104,191,208). Sum of RGB (Red+Green+Blue) = 104+191+208=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #68BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFD0 is #97402F. Grayscale: #A6A6A6. Windows color (decimal): -9912368 or 13680488. OLE color: 13680488.
HSL color Cylindrical-coordinate representation of color #68BFD0: hue angle of 189.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BFD0 is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 191 | 208 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.18 |
| HSL | 189.81º | 0.53% | 0.61% | - |
| HSV(B) | 189.81º | 0.5% | 0.82% | - |
| XYZ | 35.72 | 44.76 | 66.43 | - |
| YUV | 166.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 208 | 0.5 | 0.08 | 0 | 0.18 | 189.81 | 0.53 | 0.61 |
| Hex | 68 | BF | D0 | 32 | 8 | 0 | 12 | BE | 35 | 3D |
| Octal | 150 | 277 | 320 | 62 | 10 | 0 | 22 | 276 | 65 | 75 |
| Binary | 1101000 | 10111111 | 11010000 | 110010 | 1000 | 0 | 10010 | 10111110 | 110101 | 111101 |
Color Harmonies of #68BFD0
Complementary color
Monochromatic Colors of #68BFD0
Black with #68BFD0
Text Example
Text Example
White with #68BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFD0; }
p { color: rgb(104,191,208); }
H1.HeaderClassName
{
color: #68BFD0;
}
.AnyTagClassName
{
color: #68BFD0;
}
</style>
background-color css
<style>
a { background-color: #68BFD0; }
a { background-color: rgb(104,191,208); }
div.DivClassName
{
background-color: #68BFD0;
}
.BgClassName
{
background-color: #68BFD0;
}
</style>
border-color css
<style>
span { border-color: #68BFD0; }
span { border-color: rgb(104,191,208); }
td.TdClassName
{
border-color: #68BFD0;
}
.TagClassName
{
border-color: #68BFD0;
}
</style>