Shades of Seagull #65AFCD
Tints of Seagull #65AFCD
RGB
CMYK
RGB Variations
Color information
#65AFCD (or 0x65AFCD) is known color: Seagull. HEX triplet: 65, AF and CD. RGB value is (101,175,205). Sum of RGB (Red+Green+Blue) = 101+175+205=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #65AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFCD is #9A5032. Grayscale: #9C9C9C. Windows color (decimal): -10113075 or 13479781. OLE color: 13479781.
HSL color Cylindrical-coordinate representation of color #65AFCD: hue angle of 197.31º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65AFCD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 175 | 205 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.20 |
| HSL | 197.31º | 0.51% | 0.6% | - |
| HSV(B) | 197.31º | 0.51% | 0.8% | - |
| XYZ | 31.72 | 37.83 | 63.39 | - |
| YUV | 156.29 | 155.48 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 205 | 0.51 | 0.15 | 0 | 0.20 | 197.31 | 0.51 | 0.6 |
| Hex | 65 | AF | CD | 33 | F | 0 | 14 | C5 | 33 | 3C |
| Octal | 145 | 257 | 315 | 63 | 17 | 0 | 24 | 305 | 63 | 74 |
| Binary | 1100101 | 10101111 | 11001101 | 110011 | 1111 | 0 | 10100 | 11000101 | 110011 | 111100 |
Color Harmonies of #65AFCD
Complementary color
Monochromatic Colors of #65AFCD
Black with #65AFCD
Text Example
Text Example
White with #65AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFCD; }
p { color: rgb(101,175,205); }
H1.HeaderClassName
{
color: #65AFCD;
}
.AnyTagClassName
{
color: #65AFCD;
}
</style>
background-color css
<style>
a { background-color: #65AFCD; }
a { background-color: rgb(101,175,205); }
div.DivClassName
{
background-color: #65AFCD;
}
.BgClassName
{
background-color: #65AFCD;
}
</style>
border-color css
<style>
span { border-color: #65AFCD; }
span { border-color: rgb(101,175,205); }
td.TdClassName
{
border-color: #65AFCD;
}
.TagClassName
{
border-color: #65AFCD;
}
</style>