Shades of Seagull #69ACC8
Tints of Seagull #69ACC8
RGB
CMYK
RGB Variations
Color information
#69ACC8 (or 0x69ACC8) is known color: Seagull. HEX triplet: 69, AC and C8. RGB value is (105,172,200). Sum of RGB (Red+Green+Blue) = 105+172+200=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #69ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACC8 is #965337. Grayscale: #9A9A9A. Windows color (decimal): -9851704 or 13151337. OLE color: 13151337.
HSL color Cylindrical-coordinate representation of color #69ACC8: hue angle of 197.68º degrees, saturation: 0.46, 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 #69ACC8 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 172 | 200 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.22 |
| HSL | 197.68º | 0.46% | 0.6% | - |
| HSV(B) | 197.68º | 0.48% | 0.78% | - |
| XYZ | 31 | 36.68 | 60.09 | - |
| YUV | 155.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 200 | 0.48 | 0.14 | 0 | 0.22 | 197.68 | 0.46 | 0.6 |
| Hex | 69 | AC | C8 | 30 | E | 0 | 16 | C6 | 2E | 3C |
| Octal | 151 | 254 | 310 | 60 | 16 | 0 | 26 | 306 | 56 | 74 |
| Binary | 1101001 | 10101100 | 11001000 | 110000 | 1110 | 0 | 10110 | 11000110 | 101110 | 111100 |
Color Harmonies of #69ACC8
Complementary color
Monochromatic Colors of #69ACC8
Black with #69ACC8
Text Example
Text Example
White with #69ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACC8; }
p { color: rgb(105,172,200); }
H1.HeaderClassName
{
color: #69ACC8;
}
.AnyTagClassName
{
color: #69ACC8;
}
</style>
background-color css
<style>
a { background-color: #69ACC8; }
a { background-color: rgb(105,172,200); }
div.DivClassName
{
background-color: #69ACC8;
}
.BgClassName
{
background-color: #69ACC8;
}
</style>
border-color css
<style>
span { border-color: #69ACC8; }
span { border-color: rgb(105,172,200); }
td.TdClassName
{
border-color: #69ACC8;
}
.TagClassName
{
border-color: #69ACC8;
}
</style>