Shades of Seagull #65C1CC
Tints of Seagull #65C1CC
RGB
CMYK
RGB Variations
Color information
#65C1CC (or 0x65C1CC) is known color: Seagull. HEX triplet: 65, C1 and CC. RGB value is (101,193,204). Sum of RGB (Red+Green+Blue) = 101+193+204=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #65C1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C1CC is #9A3E33. Grayscale: #A6A6A6. Windows color (decimal): -10108468 or 13418853. OLE color: 13418853.
HSL color Cylindrical-coordinate representation of color #65C1CC: hue angle of 186.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C1CC is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 193 | 204 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.2 |
| HSL | 186.41º | 0.5% | 0.6% | - |
| HSV(B) | 186.41º | 0.5% | 0.8% | - |
| XYZ | 35.34 | 45.27 | 64 | - |
| YUV | 166.75 | 149.02 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 204 | 0.50 | 0.05 | 0 | 0.2 | 186.41 | 0.5 | 0.6 |
| Hex | 65 | C1 | CC | 32 | 5 | 0 | 14 | BA | 32 | 3C |
| Octal | 145 | 301 | 314 | 62 | 5 | 0 | 24 | 272 | 62 | 74 |
| Binary | 1100101 | 11000001 | 11001100 | 110010 | 101 | 0 | 10100 | 10111010 | 110010 | 111100 |
Color Harmonies of #65C1CC
Complementary color
Monochromatic Colors of #65C1CC
Black with #65C1CC
Text Example
Text Example
White with #65C1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1CC; }
p { color: rgb(101,193,204); }
H1.HeaderClassName
{
color: #65C1CC;
}
.AnyTagClassName
{
color: #65C1CC;
}
</style>
background-color css
<style>
a { background-color: #65C1CC; }
a { background-color: rgb(101,193,204); }
div.DivClassName
{
background-color: #65C1CC;
}
.BgClassName
{
background-color: #65C1CC;
}
</style>
border-color css
<style>
span { border-color: #65C1CC; }
span { border-color: rgb(101,193,204); }
td.TdClassName
{
border-color: #65C1CC;
}
.TagClassName
{
border-color: #65C1CC;
}
</style>