Shades of Seagull #68AEC9
Tints of Seagull #68AEC9
RGB
CMYK
RGB Variations
Color information
#68AEC9 (or 0x68AEC9) is known color: Seagull. HEX triplet: 68, AE and C9. RGB value is (104,174,201). Sum of RGB (Red+Green+Blue) = 104+174+201=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #68AEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEC9 is #975136. Grayscale: #9B9B9B. Windows color (decimal): -9916727 or 13217384. OLE color: 13217384.
HSL color Cylindrical-coordinate representation of color #68AEC9: hue angle of 196.7º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68AEC9 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 174 | 201 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.21 |
| HSL | 196.7º | 0.47% | 0.6% | - |
| HSV(B) | 196.7º | 0.48% | 0.79% | - |
| XYZ | 31.39 | 37.43 | 60.83 | - |
| YUV | 156.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 201 | 0.48 | 0.13 | 0 | 0.21 | 196.7 | 0.47 | 0.6 |
| Hex | 68 | AE | C9 | 30 | D | 0 | 15 | C5 | 2F | 3C |
| Octal | 150 | 256 | 311 | 60 | 15 | 0 | 25 | 305 | 57 | 74 |
| Binary | 1101000 | 10101110 | 11001001 | 110000 | 1101 | 0 | 10101 | 11000101 | 101111 | 111100 |
Color Harmonies of #68AEC9
Complementary color
Monochromatic Colors of #68AEC9
Black with #68AEC9
Text Example
Text Example
White with #68AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEC9; }
p { color: rgb(104,174,201); }
H1.HeaderClassName
{
color: #68AEC9;
}
.AnyTagClassName
{
color: #68AEC9;
}
</style>
background-color css
<style>
a { background-color: #68AEC9; }
a { background-color: rgb(104,174,201); }
div.DivClassName
{
background-color: #68AEC9;
}
.BgClassName
{
background-color: #68AEC9;
}
</style>
border-color css
<style>
span { border-color: #68AEC9; }
span { border-color: rgb(104,174,201); }
td.TdClassName
{
border-color: #68AEC9;
}
.TagClassName
{
border-color: #68AEC9;
}
</style>