Shades of Seagull #68AEC8
Tints of Seagull #68AEC8
RGB
CMYK
RGB Variations
Color information
#68AEC8 (or 0x68AEC8) is known color: Seagull. HEX triplet: 68, AE and C8. RGB value is (104,174,200). Sum of RGB (Red+Green+Blue) = 104+174+200=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #68AEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEC8 is #975137. Grayscale: #9B9B9B. Windows color (decimal): -9916728 or 13151848. OLE color: 13151848.
HSL color Cylindrical-coordinate representation of color #68AEC8: hue angle of 196.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68AEC8 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 174 | 200 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.22 |
| HSL | 196.25º | 0.47% | 0.6% | - |
| HSV(B) | 196.25º | 0.48% | 0.78% | - |
| XYZ | 31.27 | 37.39 | 60.21 | - |
| YUV | 156.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 200 | 0.48 | 0.13 | 0 | 0.22 | 196.25 | 0.47 | 0.6 |
| Hex | 68 | AE | C8 | 30 | D | 0 | 16 | C4 | 2F | 3C |
| Octal | 150 | 256 | 310 | 60 | 15 | 0 | 26 | 304 | 57 | 74 |
| Binary | 1101000 | 10101110 | 11001000 | 110000 | 1101 | 0 | 10110 | 11000100 | 101111 | 111100 |
Color Harmonies of #68AEC8
Complementary color
Monochromatic Colors of #68AEC8
Black with #68AEC8
Text Example
Text Example
White with #68AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEC8; }
p { color: rgb(104,174,200); }
H1.HeaderClassName
{
color: #68AEC8;
}
.AnyTagClassName
{
color: #68AEC8;
}
</style>
background-color css
<style>
a { background-color: #68AEC8; }
a { background-color: rgb(104,174,200); }
div.DivClassName
{
background-color: #68AEC8;
}
.BgClassName
{
background-color: #68AEC8;
}
</style>
border-color css
<style>
span { border-color: #68AEC8; }
span { border-color: rgb(104,174,200); }
td.TdClassName
{
border-color: #68AEC8;
}
.TagClassName
{
border-color: #68AEC8;
}
</style>