Shades of Seagull #65B4CA
Tints of Seagull #65B4CA
RGB
CMYK
RGB Variations
Color information
#65B4CA (or 0x65B4CA) is known color: Seagull. HEX triplet: 65, B4 and CA. RGB value is (101,180,202). Sum of RGB (Red+Green+Blue) = 101+180+202=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #65B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B4CA is #9A4B35. Grayscale: #9E9E9E. Windows color (decimal): -10111798 or 13284453. OLE color: 13284453.
HSL color Cylindrical-coordinate representation of color #65B4CA: hue angle of 193.07º 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 #65B4CA is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 180 | 202 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.21 |
| HSL | 193.07º | 0.49% | 0.59% | - |
| HSV(B) | 193.07º | 0.5% | 0.79% | - |
| XYZ | 32.35 | 39.67 | 61.83 | - |
| YUV | 158.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 202 | 0.50 | 0.11 | 0 | 0.21 | 193.07 | 0.49 | 0.59 |
| Hex | 65 | B4 | CA | 32 | B | 0 | 15 | C1 | 31 | 3B |
| Octal | 145 | 264 | 312 | 62 | 13 | 0 | 25 | 301 | 61 | 73 |
| Binary | 1100101 | 10110100 | 11001010 | 110010 | 1011 | 0 | 10101 | 11000001 | 110001 | 111011 |
Color Harmonies of #65B4CA
Complementary color
Monochromatic Colors of #65B4CA
Black with #65B4CA
Text Example
Text Example
White with #65B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B4CA; }
p { color: rgb(101,180,202); }
H1.HeaderClassName
{
color: #65B4CA;
}
.AnyTagClassName
{
color: #65B4CA;
}
</style>
background-color css
<style>
a { background-color: #65B4CA; }
a { background-color: rgb(101,180,202); }
div.DivClassName
{
background-color: #65B4CA;
}
.BgClassName
{
background-color: #65B4CA;
}
</style>
border-color css
<style>
span { border-color: #65B4CA; }
span { border-color: rgb(101,180,202); }
td.TdClassName
{
border-color: #65B4CA;
}
.TagClassName
{
border-color: #65B4CA;
}
</style>