Shades of Baby Blue #65FFFF
Tints of Baby Blue #65FFFF
RGB
CMYK
RGB Variations
Color information
#65FFFF (or 0x65FFFF) is known color: Baby Blue. HEX triplet: 65, FF and FF. RGB value is (101,255,255). Sum of RGB (Red+Green+Blue) = 101+255+255=611 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.53% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #65FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFFF is #9A0000. Grayscale: #D0D0D0. Windows color (decimal): -10092545 or 16777061. OLE color: 16777061.
HSL color Cylindrical-coordinate representation of color #65FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FFFF is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 255 | - |
| CMYK | 0.60 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.7% | - |
| HSV(B) | 180º | 0.6% | 1% | - |
| XYZ | 59.18 | 81.51 | 107.22 | - |
| YUV | 208.95 | 153.98 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 255 | 0.60 | 0 | 0 | 0 | 180 | 1 | 0.7 |
| Hex | 65 | FF | FF | 3C | 0 | 0 | 0 | B4 | 64 | 46 |
| Octal | 145 | 377 | 377 | 74 | 0 | 0 | 0 | 264 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11111111 | 111100 | 0 | 0 | 0 | 10110100 | 1100100 | 1000110 |
Color Harmonies of #65FFFF
Complementary color
Monochromatic Colors of #65FFFF
Black with #65FFFF
Text Example
Text Example
White with #65FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFFF; }
p { color: rgb(101,255,255); }
H1.HeaderClassName
{
color: #65FFFF;
}
.AnyTagClassName
{
color: #65FFFF;
}
</style>
background-color css
<style>
a { background-color: #65FFFF; }
a { background-color: rgb(101,255,255); }
div.DivClassName
{
background-color: #65FFFF;
}
.BgClassName
{
background-color: #65FFFF;
}
</style>
border-color css
<style>
span { border-color: #65FFFF; }
span { border-color: rgb(101,255,255); }
td.TdClassName
{
border-color: #65FFFF;
}
.TagClassName
{
border-color: #65FFFF;
}
</style>