Shades of Seagull #65AFCA
Tints of Seagull #65AFCA
RGB
CMYK
RGB Variations
Color information
#65AFCA (or 0x65AFCA) is known color: Seagull. HEX triplet: 65, AF and CA. RGB value is (101,175,202). Sum of RGB (Red+Green+Blue) = 101+175+202=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #65AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFCA is #9A5035. Grayscale: #9B9B9B. Windows color (decimal): -10113078 or 13283173. OLE color: 13283173.
HSL color Cylindrical-coordinate representation of color #65AFCA: hue angle of 196.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65AFCA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 175 | 202 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.21 |
| HSL | 196.04º | 0.49% | 0.59% | - |
| HSV(B) | 196.04º | 0.5% | 0.79% | - |
| XYZ | 31.36 | 37.69 | 61.5 | - |
| YUV | 155.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 202 | 0.50 | 0.13 | 0 | 0.21 | 196.04 | 0.49 | 0.59 |
| Hex | 65 | AF | CA | 32 | D | 0 | 15 | C4 | 31 | 3B |
| Octal | 145 | 257 | 312 | 62 | 15 | 0 | 25 | 304 | 61 | 73 |
| Binary | 1100101 | 10101111 | 11001010 | 110010 | 1101 | 0 | 10101 | 11000100 | 110001 | 111011 |
Color Harmonies of #65AFCA
Complementary color
Monochromatic Colors of #65AFCA
Black with #65AFCA
Text Example
Text Example
White with #65AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFCA; }
p { color: rgb(101,175,202); }
H1.HeaderClassName
{
color: #65AFCA;
}
.AnyTagClassName
{
color: #65AFCA;
}
</style>
background-color css
<style>
a { background-color: #65AFCA; }
a { background-color: rgb(101,175,202); }
div.DivClassName
{
background-color: #65AFCA;
}
.BgClassName
{
background-color: #65AFCA;
}
</style>
border-color css
<style>
span { border-color: #65AFCA; }
span { border-color: rgb(101,175,202); }
td.TdClassName
{
border-color: #65AFCA;
}
.TagClassName
{
border-color: #65AFCA;
}
</style>