Shades of Seagull #69AFCA
Tints of Seagull #69AFCA
RGB
CMYK
RGB Variations
Color information
#69AFCA (or 0x69AFCA) is known color: Seagull. HEX triplet: 69, AF and CA. RGB value is (105,175,202). Sum of RGB (Red+Green+Blue) = 105+175+202=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #69AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFCA is #965035. Grayscale: #9C9C9C. Windows color (decimal): -9850934 or 13283177. OLE color: 13283177.
HSL color Cylindrical-coordinate representation of color #69AFCA: hue angle of 196.7º degrees, saturation: 0.48, 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 #69AFCA is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 175 | 202 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.21 |
| HSL | 196.7º | 0.48% | 0.6% | - |
| HSV(B) | 196.7º | 0.48% | 0.79% | - |
| XYZ | 31.82 | 37.93 | 61.52 | - |
| YUV | 157.15 | 153.31 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 175 | 202 | 0.48 | 0.13 | 0 | 0.21 | 196.7 | 0.48 | 0.6 |
| Hex | 69 | AF | CA | 30 | D | 0 | 15 | C5 | 30 | 3C |
| Octal | 151 | 257 | 312 | 60 | 15 | 0 | 25 | 305 | 60 | 74 |
| Binary | 1101001 | 10101111 | 11001010 | 110000 | 1101 | 0 | 10101 | 11000101 | 110000 | 111100 |
Color Harmonies of #69AFCA
Complementary color
Monochromatic Colors of #69AFCA
Black with #69AFCA
Text Example
Text Example
White with #69AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AFCA; }
p { color: rgb(105,175,202); }
H1.HeaderClassName
{
color: #69AFCA;
}
.AnyTagClassName
{
color: #69AFCA;
}
</style>
background-color css
<style>
a { background-color: #69AFCA; }
a { background-color: rgb(105,175,202); }
div.DivClassName
{
background-color: #69AFCA;
}
.BgClassName
{
background-color: #69AFCA;
}
</style>
border-color css
<style>
span { border-color: #69AFCA; }
span { border-color: rgb(105,175,202); }
td.TdClassName
{
border-color: #69AFCA;
}
.TagClassName
{
border-color: #69AFCA;
}
</style>