Shades of Seagull #65BFCE
Tints of Seagull #65BFCE
RGB
CMYK
RGB Variations
Color information
#65BFCE (or 0x65BFCE) is known color: Seagull. HEX triplet: 65, BF and CE. RGB value is (101,191,206). Sum of RGB (Red+Green+Blue) = 101+191+206=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFCE is #9A4031. Grayscale: #A5A5A5. Windows color (decimal): -10108978 or 13549413. OLE color: 13549413.
HSL color Cylindrical-coordinate representation of color #65BFCE: hue angle of 188.57º 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 #65BFCE is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 191 | 206 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.19 |
| HSL | 188.57º | 0.52% | 0.6% | - |
| HSV(B) | 188.57º | 0.51% | 0.81% | - |
| XYZ | 35.14 | 44.48 | 65.13 | - |
| YUV | 165.8 | 150.68 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 206 | 0.51 | 0.07 | 0 | 0.19 | 188.57 | 0.52 | 0.6 |
| Hex | 65 | BF | CE | 33 | 7 | 0 | 13 | BD | 34 | 3C |
| Octal | 145 | 277 | 316 | 63 | 7 | 0 | 23 | 275 | 64 | 74 |
| Binary | 1100101 | 10111111 | 11001110 | 110011 | 111 | 0 | 10011 | 10111101 | 110100 | 111100 |
Color Harmonies of #65BFCE
Complementary color
Monochromatic Colors of #65BFCE
Black with #65BFCE
Text Example
Text Example
White with #65BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFCE; }
p { color: rgb(101,191,206); }
H1.HeaderClassName
{
color: #65BFCE;
}
.AnyTagClassName
{
color: #65BFCE;
}
</style>
background-color css
<style>
a { background-color: #65BFCE; }
a { background-color: rgb(101,191,206); }
div.DivClassName
{
background-color: #65BFCE;
}
.BgClassName
{
background-color: #65BFCE;
}
</style>
border-color css
<style>
span { border-color: #65BFCE; }
span { border-color: rgb(101,191,206); }
td.TdClassName
{
border-color: #65BFCE;
}
.TagClassName
{
border-color: #65BFCE;
}
</style>