Shades of Baby Blue #64EBFE
Tints of Baby Blue #64EBFE
RGB
CMYK
RGB Variations
Color information
#64EBFE (or 0x64EBFE) is known color: Baby Blue. HEX triplet: 64, EB and FE. RGB value is (100,235,254). Sum of RGB (Red+Green+Blue) = 100+235+254=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBFE is #9B1401. Grayscale: #C4C4C4. Windows color (decimal): -10163202 or 16706404. OLE color: 16706404.
HSL color Cylindrical-coordinate representation of color #64EBFE: hue angle of 187.4º 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 #64EBFE is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 235 | 254 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.00 |
| HSL | 187.4º | 0.99% | 0.69% | - |
| HSV(B) | 187.4º | 0.61% | 1% | - |
| XYZ | 52.85 | 69.28 | 104.35 | - |
| YUV | 196.8 | 160.27 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 235 | 254 | 0.61 | 0.07 | 0 | 0.00 | 187.4 | 0.99 | 0.69 |
| Hex | 64 | EB | FE | 3D | 7 | 0 | 0 | BB | 63 | 45 |
| Octal | 144 | 353 | 376 | 75 | 7 | 0 | 0 | 273 | 143 | 105 |
| Binary | 1100100 | 11101011 | 11111110 | 111101 | 111 | 0 | 0 | 10111011 | 1100011 | 1000101 |
Color Harmonies of #64EBFE
Complementary color
Monochromatic Colors of #64EBFE
Black with #64EBFE
Text Example
Text Example
White with #64EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EBFE; }
p { color: rgb(100,235,254); }
H1.HeaderClassName
{
color: #64EBFE;
}
.AnyTagClassName
{
color: #64EBFE;
}
</style>
background-color css
<style>
a { background-color: #64EBFE; }
a { background-color: rgb(100,235,254); }
div.DivClassName
{
background-color: #64EBFE;
}
.BgClassName
{
background-color: #64EBFE;
}
</style>
border-color css
<style>
span { border-color: #64EBFE; }
span { border-color: rgb(100,235,254); }
td.TdClassName
{
border-color: #64EBFE;
}
.TagClassName
{
border-color: #64EBFE;
}
</style>