Shades of Seagull #69ADC8
Tints of Seagull #69ADC8
RGB
CMYK
RGB Variations
Color information
#69ADC8 (or 0x69ADC8) is known color: Seagull. HEX triplet: 69, AD and C8. RGB value is (105,173,200). Sum of RGB (Red+Green+Blue) = 105+173+200=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 173 (67.97% from 255 or 36.19% 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 #69ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADC8 is #965237. Grayscale: #9B9B9B. Windows color (decimal): -9851448 or 13151593. OLE color: 13151593.
HSL color Cylindrical-coordinate representation of color #69ADC8: hue angle of 197.05º 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 #69ADC8 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 173 | 200 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.22 |
| HSL | 197.05º | 0.46% | 0.6% | - |
| HSV(B) | 197.05º | 0.48% | 0.78% | - |
| XYZ | 31.19 | 37.06 | 60.15 | - |
| YUV | 155.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 200 | 0.48 | 0.14 | 0 | 0.22 | 197.05 | 0.46 | 0.6 |
| Hex | 69 | AD | C8 | 30 | E | 0 | 16 | C5 | 2E | 3C |
| Octal | 151 | 255 | 310 | 60 | 16 | 0 | 26 | 305 | 56 | 74 |
| Binary | 1101001 | 10101101 | 11001000 | 110000 | 1110 | 0 | 10110 | 11000101 | 101110 | 111100 |
Color Harmonies of #69ADC8
Complementary color
Monochromatic Colors of #69ADC8
Black with #69ADC8
Text Example
Text Example
White with #69ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ADC8; }
p { color: rgb(105,173,200); }
H1.HeaderClassName
{
color: #69ADC8;
}
.AnyTagClassName
{
color: #69ADC8;
}
</style>
background-color css
<style>
a { background-color: #69ADC8; }
a { background-color: rgb(105,173,200); }
div.DivClassName
{
background-color: #69ADC8;
}
.BgClassName
{
background-color: #69ADC8;
}
</style>
border-color css
<style>
span { border-color: #69ADC8; }
span { border-color: rgb(105,173,200); }
td.TdClassName
{
border-color: #69ADC8;
}
.TagClassName
{
border-color: #69ADC8;
}
</style>