Shades of Seagull #69ADC9
Tints of Seagull #69ADC9
RGB
CMYK
RGB Variations
Color information
#69ADC9 (or 0x69ADC9) is known color: Seagull. HEX triplet: 69, AD and C9. RGB value is (105,173,201). Sum of RGB (Red+Green+Blue) = 105+173+201=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 173 (67.97% from 255 or 36.12% 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 #69ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADC9 is #965236. Grayscale: #9B9B9B. Windows color (decimal): -9851447 or 13217129. OLE color: 13217129.
HSL color Cylindrical-coordinate representation of color #69ADC9: hue angle of 197.5º 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 #69ADC9 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 173 | 201 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.21 |
| HSL | 197.5º | 0.47% | 0.6% | - |
| HSV(B) | 197.5º | 0.48% | 0.79% | - |
| XYZ | 31.31 | 37.11 | 60.77 | - |
| YUV | 155.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 201 | 0.48 | 0.14 | 0 | 0.21 | 197.5 | 0.47 | 0.6 |
| Hex | 69 | AD | C9 | 30 | E | 0 | 15 | C6 | 2F | 3C |
| Octal | 151 | 255 | 311 | 60 | 16 | 0 | 25 | 306 | 57 | 74 |
| Binary | 1101001 | 10101101 | 11001001 | 110000 | 1110 | 0 | 10101 | 11000110 | 101111 | 111100 |
Color Harmonies of #69ADC9
Complementary color
Monochromatic Colors of #69ADC9
Black with #69ADC9
Text Example
Text Example
White with #69ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADC9; }
p { color: rgb(105,173,201); }
H1.HeaderClassName
{
color: #69ADC9;
}
.AnyTagClassName
{
color: #69ADC9;
}
</style>
background-color css
<style>
a { background-color: #69ADC9; }
a { background-color: rgb(105,173,201); }
div.DivClassName
{
background-color: #69ADC9;
}
.BgClassName
{
background-color: #69ADC9;
}
</style>
border-color css
<style>
span { border-color: #69ADC9; }
span { border-color: rgb(105,173,201); }
td.TdClassName
{
border-color: #69ADC9;
}
.TagClassName
{
border-color: #69ADC9;
}
</style>