Shades of Seagull #65B3CA
Tints of Seagull #65B3CA
RGB
CMYK
RGB Variations
Color information
#65B3CA (or 0x65B3CA) is known color: Seagull. HEX triplet: 65, B3 and CA. RGB value is (101,179,202). Sum of RGB (Red+Green+Blue) = 101+179+202=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 179 (70.31% from 255 or 37.14% 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 #65B3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3CA is #9A4C35. Grayscale: #9E9E9E. Windows color (decimal): -10112054 or 13284197. OLE color: 13284197.
HSL color Cylindrical-coordinate representation of color #65B3CA: hue angle of 193.66º 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 #65B3CA is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 179 | 202 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.21 |
| HSL | 193.66º | 0.49% | 0.59% | - |
| HSV(B) | 193.66º | 0.5% | 0.79% | - |
| XYZ | 32.15 | 39.27 | 61.76 | - |
| YUV | 158.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 202 | 0.50 | 0.11 | 0 | 0.21 | 193.66 | 0.49 | 0.59 |
| Hex | 65 | B3 | CA | 32 | B | 0 | 15 | C2 | 31 | 3B |
| Octal | 145 | 263 | 312 | 62 | 13 | 0 | 25 | 302 | 61 | 73 |
| Binary | 1100101 | 10110011 | 11001010 | 110010 | 1011 | 0 | 10101 | 11000010 | 110001 | 111011 |
Color Harmonies of #65B3CA
Complementary color
Monochromatic Colors of #65B3CA
Black with #65B3CA
Text Example
Text Example
White with #65B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B3CA; }
p { color: rgb(101,179,202); }
H1.HeaderClassName
{
color: #65B3CA;
}
.AnyTagClassName
{
color: #65B3CA;
}
</style>
background-color css
<style>
a { background-color: #65B3CA; }
a { background-color: rgb(101,179,202); }
div.DivClassName
{
background-color: #65B3CA;
}
.BgClassName
{
background-color: #65B3CA;
}
</style>
border-color css
<style>
span { border-color: #65B3CA; }
span { border-color: rgb(101,179,202); }
td.TdClassName
{
border-color: #65B3CA;
}
.TagClassName
{
border-color: #65B3CA;
}
</style>