Shades of Seagull #68BBCE
Tints of Seagull #68BBCE
RGB
CMYK
RGB Variations
Color information
#68BBCE (or 0x68BBCE) is known color: Seagull. HEX triplet: 68, BB and CE. RGB value is (104,187,206). Sum of RGB (Red+Green+Blue) = 104+187+206=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #68BBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCE is #974431. Grayscale: #A4A4A4. Windows color (decimal): -9913394 or 13548392. OLE color: 13548392.
HSL color Cylindrical-coordinate representation of color #68BBCE: hue angle of 191.18º degrees, saturation: 0.51, 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 #68BBCE is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 187 | 206 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.19 |
| HSL | 191.18º | 0.51% | 0.61% | - |
| HSV(B) | 191.18º | 0.5% | 0.81% | - |
| XYZ | 34.62 | 42.94 | 64.86 | - |
| YUV | 164.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 206 | 0.50 | 0.09 | 0 | 0.19 | 191.18 | 0.51 | 0.61 |
| Hex | 68 | BB | CE | 32 | 9 | 0 | 13 | BF | 33 | 3D |
| Octal | 150 | 273 | 316 | 62 | 11 | 0 | 23 | 277 | 63 | 75 |
| Binary | 1101000 | 10111011 | 11001110 | 110010 | 1001 | 0 | 10011 | 10111111 | 110011 | 111101 |
Color Harmonies of #68BBCE
Complementary color
Monochromatic Colors of #68BBCE
Black with #68BBCE
Text Example
Text Example
White with #68BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBCE; }
p { color: rgb(104,187,206); }
H1.HeaderClassName
{
color: #68BBCE;
}
.AnyTagClassName
{
color: #68BBCE;
}
</style>
background-color css
<style>
a { background-color: #68BBCE; }
a { background-color: rgb(104,187,206); }
div.DivClassName
{
background-color: #68BBCE;
}
.BgClassName
{
background-color: #68BBCE;
}
</style>
border-color css
<style>
span { border-color: #68BBCE; }
span { border-color: rgb(104,187,206); }
td.TdClassName
{
border-color: #68BBCE;
}
.TagClassName
{
border-color: #68BBCE;
}
</style>