Shades of Seagull #68AED0
Tints of Seagull #68AED0
RGB
CMYK
RGB Variations
Color information
#68AED0 (or 0x68AED0) is known color: Seagull. HEX triplet: 68, AE and D0. RGB value is (104,174,208). Sum of RGB (Red+Green+Blue) = 104+174+208=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #68AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AED0 is #97512F. Grayscale: #9C9C9C. Windows color (decimal): -9916720 or 13676136. OLE color: 13676136.
HSL color Cylindrical-coordinate representation of color #68AED0: hue angle of 199.62º 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 #68AED0 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 174 | 208 | - |
| CMYK | 0.5 | 0.16 | 0 | 0.18 |
| HSL | 199.62º | 0.53% | 0.61% | - |
| HSV(B) | 199.62º | 0.5% | 0.82% | - |
| XYZ | 32.23 | 37.77 | 65.27 | - |
| YUV | 156.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 208 | 0.5 | 0.16 | 0 | 0.18 | 199.62 | 0.53 | 0.61 |
| Hex | 68 | AE | D0 | 32 | 10 | 0 | 12 | C8 | 35 | 3D |
| Octal | 150 | 256 | 320 | 62 | 20 | 0 | 22 | 310 | 65 | 75 |
| Binary | 1101000 | 10101110 | 11010000 | 110010 | 10000 | 0 | 10010 | 11001000 | 110101 | 111101 |
Color Harmonies of #68AED0
Complementary color
Monochromatic Colors of #68AED0
Black with #68AED0
Text Example
Text Example
White with #68AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AED0; }
p { color: rgb(104,174,208); }
H1.HeaderClassName
{
color: #68AED0;
}
.AnyTagClassName
{
color: #68AED0;
}
</style>
background-color css
<style>
a { background-color: #68AED0; }
a { background-color: rgb(104,174,208); }
div.DivClassName
{
background-color: #68AED0;
}
.BgClassName
{
background-color: #68AED0;
}
</style>
border-color css
<style>
span { border-color: #68AED0; }
span { border-color: rgb(104,174,208); }
td.TdClassName
{
border-color: #68AED0;
}
.TagClassName
{
border-color: #68AED0;
}
</style>