Shades of Seagull #65B2CE
Tints of Seagull #65B2CE
RGB
CMYK
RGB Variations
Color information
#65B2CE (or 0x65B2CE) is known color: Seagull. HEX triplet: 65, B2 and CE. RGB value is (101,178,206). Sum of RGB (Red+Green+Blue) = 101+178+206=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #65B2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B2CE is #9A4D31. Grayscale: #9D9D9D. Windows color (decimal): -10112306 or 13546085. OLE color: 13546085.
HSL color Cylindrical-coordinate representation of color #65B2CE: hue angle of 196º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65B2CE is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 178 | 206 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.19 |
| HSL | 196º | 0.52% | 0.6% | - |
| HSV(B) | 196º | 0.51% | 0.81% | - |
| XYZ | 32.43 | 39.06 | 64.22 | - |
| YUV | 158.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 206 | 0.51 | 0.14 | 0 | 0.19 | 196 | 0.52 | 0.6 |
| Hex | 65 | B2 | CE | 33 | E | 0 | 13 | C4 | 34 | 3C |
| Octal | 145 | 262 | 316 | 63 | 16 | 0 | 23 | 304 | 64 | 74 |
| Binary | 1100101 | 10110010 | 11001110 | 110011 | 1110 | 0 | 10011 | 11000100 | 110100 | 111100 |
Color Harmonies of #65B2CE
Complementary color
Monochromatic Colors of #65B2CE
Black with #65B2CE
Text Example
Text Example
White with #65B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B2CE; }
p { color: rgb(101,178,206); }
H1.HeaderClassName
{
color: #65B2CE;
}
.AnyTagClassName
{
color: #65B2CE;
}
</style>
background-color css
<style>
a { background-color: #65B2CE; }
a { background-color: rgb(101,178,206); }
div.DivClassName
{
background-color: #65B2CE;
}
.BgClassName
{
background-color: #65B2CE;
}
</style>
border-color css
<style>
span { border-color: #65B2CE; }
span { border-color: rgb(101,178,206); }
td.TdClassName
{
border-color: #65B2CE;
}
.TagClassName
{
border-color: #65B2CE;
}
</style>