Shades of Baby Blue #65FFFC
Tints of Baby Blue #65FFFC
RGB
CMYK
RGB Variations
Color information
#65FFFC (or 0x65FFFC) is known color: Baby Blue. HEX triplet: 65, FF and FC. RGB value is (101,255,252). Sum of RGB (Red+Green+Blue) = 101+255+252=608 (80% of max value = 765). Red value is 101 (39.84% from 255 or 16.61% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #65FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FFFC is #9A0003. Grayscale: #D0D0D0. Windows color (decimal): -10092548 or 16580453. OLE color: 16580453.
HSL color Cylindrical-coordinate representation of color #65FFFC: hue angle of 178.83º 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 #65FFFC is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 255 | 252 | - |
| CMYK | 0.60 | 0 | 0.01 | 0 |
| HSL | 178.83º | 1% | 0.7% | - |
| HSV(B) | 178.83º | 0.6% | 1% | - |
| XYZ | 58.7 | 81.31 | 104.7 | - |
| YUV | 208.61 | 152.48 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 255 | 252 | 0.60 | 0 | 0.01 | 0 | 178.83 | 1 | 0.7 |
| Hex | 65 | FF | FC | 3C | 0 | 1 | 0 | B3 | 64 | 46 |
| Octal | 145 | 377 | 374 | 74 | 0 | 1 | 0 | 263 | 144 | 106 |
| Binary | 1100101 | 11111111 | 11111100 | 111100 | 0 | 1 | 0 | 10110011 | 1100100 | 1000110 |
Color Harmonies of #65FFFC
Complementary color
Monochromatic Colors of #65FFFC
Black with #65FFFC
Text Example
Text Example
White with #65FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FFFC; }
p { color: rgb(101,255,252); }
H1.HeaderClassName
{
color: #65FFFC;
}
.AnyTagClassName
{
color: #65FFFC;
}
</style>
background-color css
<style>
a { background-color: #65FFFC; }
a { background-color: rgb(101,255,252); }
div.DivClassName
{
background-color: #65FFFC;
}
.BgClassName
{
background-color: #65FFFC;
}
</style>
border-color css
<style>
span { border-color: #65FFFC; }
span { border-color: rgb(101,255,252); }
td.TdClassName
{
border-color: #65FFFC;
}
.TagClassName
{
border-color: #65FFFC;
}
</style>