Shades of Baby Blue #64FCFB
Tints of Baby Blue #64FCFB
RGB
CMYK
RGB Variations
Color information
#64FCFB (or 0x64FCFB) is known color: Baby Blue. HEX triplet: 64, FC and FB. RGB value is (100,252,251). Sum of RGB (Red+Green+Blue) = 100+252+251=603 (79% of max value = 765). Red value is 100 (39.45% from 255 or 16.58% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCFB is #9B0304. Grayscale: #CECECE. Windows color (decimal): -10158853 or 16514148. OLE color: 16514148.
HSL color Cylindrical-coordinate representation of color #64FCFB: hue angle of 179.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCFB is Cyan = 0.60, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 251 | - |
| CMYK | 0.60 | 0 | 0.00 | 0.01 |
| HSL | 179.61º | 0.96% | 0.69% | - |
| HSV(B) | 179.61º | 0.6% | 0.99% | - |
| XYZ | 57.48 | 79.3 | 103.54 | - |
| YUV | 206.44 | 153.14 | 52.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 251 | 0.60 | 0 | 0.00 | 0.01 | 179.61 | 0.96 | 0.69 |
| Hex | 64 | FC | FB | 3C | 0 | 0 | 1 | B4 | 60 | 45 |
| Octal | 144 | 374 | 373 | 74 | 0 | 0 | 1 | 264 | 140 | 105 |
| Binary | 1100100 | 11111100 | 11111011 | 111100 | 0 | 0 | 1 | 10110100 | 1100000 | 1000101 |
Color Harmonies of #64FCFB
Complementary color
Monochromatic Colors of #64FCFB
Black with #64FCFB
Text Example
Text Example
White with #64FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCFB; }
p { color: rgb(100,252,251); }
H1.HeaderClassName
{
color: #64FCFB;
}
.AnyTagClassName
{
color: #64FCFB;
}
</style>
background-color css
<style>
a { background-color: #64FCFB; }
a { background-color: rgb(100,252,251); }
div.DivClassName
{
background-color: #64FCFB;
}
.BgClassName
{
background-color: #64FCFB;
}
</style>
border-color css
<style>
span { border-color: #64FCFB; }
span { border-color: rgb(100,252,251); }
td.TdClassName
{
border-color: #64FCFB;
}
.TagClassName
{
border-color: #64FCFB;
}
</style>