Shades of Seagull #68BED2
Tints of Seagull #68BED2
RGB
CMYK
RGB Variations
Color information
#68BED2 (or 0x68BED2) is known color: Seagull. HEX triplet: 68, BE and D2. RGB value is (104,190,210). Sum of RGB (Red+Green+Blue) = 104+190+210=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 210 (82.42% from 255 or 41.67% from 504); Max value from RGB is 210 - color contains mainly: blue. Hex color #68BED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BED2 is #97412D. Grayscale: #A6A6A6. Windows color (decimal): -9912622 or 13811304. OLE color: 13811304.
HSL color Cylindrical-coordinate representation of color #68BED2: hue angle of 191.32º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BED2 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 190 | 210 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.18 |
| HSL | 191.32º | 0.54% | 0.62% | - |
| HSV(B) | 191.32º | 0.5% | 0.82% | - |
| XYZ | 35.76 | 44.42 | 67.66 | - |
| YUV | 166.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 210 | 0.50 | 0.10 | 0 | 0.18 | 191.32 | 0.54 | 0.62 |
| Hex | 68 | BE | D2 | 32 | A | 0 | 12 | BF | 36 | 3E |
| Octal | 150 | 276 | 322 | 62 | 12 | 0 | 22 | 277 | 66 | 76 |
| Binary | 1101000 | 10111110 | 11010010 | 110010 | 1010 | 0 | 10010 | 10111111 | 110110 | 111110 |
Color Harmonies of #68BED2
Complementary color
Monochromatic Colors of #68BED2
Black with #68BED2
Text Example
Text Example
White with #68BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BED2; }
p { color: rgb(104,190,210); }
H1.HeaderClassName
{
color: #68BED2;
}
.AnyTagClassName
{
color: #68BED2;
}
</style>
background-color css
<style>
a { background-color: #68BED2; }
a { background-color: rgb(104,190,210); }
div.DivClassName
{
background-color: #68BED2;
}
.BgClassName
{
background-color: #68BED2;
}
</style>
border-color css
<style>
span { border-color: #68BED2; }
span { border-color: rgb(104,190,210); }
td.TdClassName
{
border-color: #68BED2;
}
.TagClassName
{
border-color: #68BED2;
}
</style>