Shades of Seagull #68ACC9
Tints of Seagull #68ACC9
RGB
CMYK
RGB Variations
Color information
#68ACC9 (or 0x68ACC9) is known color: Seagull. HEX triplet: 68, AC and C9. RGB value is (104,172,201). Sum of RGB (Red+Green+Blue) = 104+172+201=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #68ACC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACC9 is #975336. Grayscale: #9A9A9A. Windows color (decimal): -9917239 or 13216872. OLE color: 13216872.
HSL color Cylindrical-coordinate representation of color #68ACC9: hue angle of 197.94º 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 #68ACC9 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 172 | 201 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.21 |
| HSL | 197.94º | 0.47% | 0.6% | - |
| HSV(B) | 197.94º | 0.48% | 0.79% | - |
| XYZ | 31 | 36.67 | 60.7 | - |
| YUV | 154.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 201 | 0.48 | 0.14 | 0 | 0.21 | 197.94 | 0.47 | 0.6 |
| Hex | 68 | AC | C9 | 30 | E | 0 | 15 | C6 | 2F | 3C |
| Octal | 150 | 254 | 311 | 60 | 16 | 0 | 25 | 306 | 57 | 74 |
| Binary | 1101000 | 10101100 | 11001001 | 110000 | 1110 | 0 | 10101 | 11000110 | 101111 | 111100 |
Color Harmonies of #68ACC9
Complementary color
Monochromatic Colors of #68ACC9
Black with #68ACC9
Text Example
Text Example
White with #68ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACC9; }
p { color: rgb(104,172,201); }
H1.HeaderClassName
{
color: #68ACC9;
}
.AnyTagClassName
{
color: #68ACC9;
}
</style>
background-color css
<style>
a { background-color: #68ACC9; }
a { background-color: rgb(104,172,201); }
div.DivClassName
{
background-color: #68ACC9;
}
.BgClassName
{
background-color: #68ACC9;
}
</style>
border-color css
<style>
span { border-color: #68ACC9; }
span { border-color: rgb(104,172,201); }
td.TdClassName
{
border-color: #68ACC9;
}
.TagClassName
{
border-color: #68ACC9;
}
</style>