Shades of Baby Blue #64FCFE
Tints of Baby Blue #64FCFE
RGB
CMYK
RGB Variations
Color information
#64FCFE (or 0x64FCFE) is known color: Baby Blue. HEX triplet: 64, FC and FE. RGB value is (100,252,254). Sum of RGB (Red+Green+Blue) = 100+252+254=606 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.50% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #64FCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FCFE is #9B0301. Grayscale: #CECECE. Windows color (decimal): -10158850 or 16710756. OLE color: 16710756.
HSL color Cylindrical-coordinate representation of color #64FCFE: hue angle of 180.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FCFE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 252 | 254 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.00 |
| HSL | 180.78º | 0.99% | 0.69% | - |
| HSV(B) | 180.78º | 0.61% | 1% | - |
| XYZ | 57.96 | 79.49 | 106.05 | - |
| YUV | 206.78 | 154.64 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 254 | 0.61 | 0.01 | 0 | 0.00 | 180.78 | 0.99 | 0.69 |
| Hex | 64 | FC | FE | 3D | 1 | 0 | 0 | B5 | 63 | 45 |
| Octal | 144 | 374 | 376 | 75 | 1 | 0 | 0 | 265 | 143 | 105 |
| Binary | 1100100 | 11111100 | 11111110 | 111101 | 1 | 0 | 0 | 10110101 | 1100011 | 1000101 |
Color Harmonies of #64FCFE
Complementary color
Monochromatic Colors of #64FCFE
Black with #64FCFE
Text Example
Text Example
White with #64FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FCFE; }
p { color: rgb(100,252,254); }
H1.HeaderClassName
{
color: #64FCFE;
}
.AnyTagClassName
{
color: #64FCFE;
}
</style>
background-color css
<style>
a { background-color: #64FCFE; }
a { background-color: rgb(100,252,254); }
div.DivClassName
{
background-color: #64FCFE;
}
.BgClassName
{
background-color: #64FCFE;
}
</style>
border-color css
<style>
span { border-color: #64FCFE; }
span { border-color: rgb(100,252,254); }
td.TdClassName
{
border-color: #64FCFE;
}
.TagClassName
{
border-color: #64FCFE;
}
</style>