Shades of Baby Blue #64EAFE
Tints of Baby Blue #64EAFE
RGB
CMYK
RGB Variations
Color information
#64EAFE (or 0x64EAFE) is known color: Baby Blue. HEX triplet: 64, EA and FE. RGB value is (100,234,254). Sum of RGB (Red+Green+Blue) = 100+234+254=588 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.01% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #64EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAFE is #9B1501. Grayscale: #C4C4C4. Windows color (decimal): -10163458 or 16706148. OLE color: 16706148.
HSL color Cylindrical-coordinate representation of color #64EAFE: hue angle of 187.79º 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 #64EAFE is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 234 | 254 | - |
| CMYK | 0.61 | 0.08 | 0 | 0.00 |
| HSL | 187.79º | 0.99% | 0.69% | - |
| HSV(B) | 187.79º | 0.61% | 1% | - |
| XYZ | 52.57 | 68.71 | 104.26 | - |
| YUV | 196.21 | 160.61 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 234 | 254 | 0.61 | 0.08 | 0 | 0.00 | 187.79 | 0.99 | 0.69 |
| Hex | 64 | EA | FE | 3D | 8 | 0 | 0 | BC | 63 | 45 |
| Octal | 144 | 352 | 376 | 75 | 10 | 0 | 0 | 274 | 143 | 105 |
| Binary | 1100100 | 11101010 | 11111110 | 111101 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000101 |
Color Harmonies of #64EAFE
Complementary color
Monochromatic Colors of #64EAFE
Black with #64EAFE
Text Example
Text Example
White with #64EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EAFE; }
p { color: rgb(100,234,254); }
H1.HeaderClassName
{
color: #64EAFE;
}
.AnyTagClassName
{
color: #64EAFE;
}
</style>
background-color css
<style>
a { background-color: #64EAFE; }
a { background-color: rgb(100,234,254); }
div.DivClassName
{
background-color: #64EAFE;
}
.BgClassName
{
background-color: #64EAFE;
}
</style>
border-color css
<style>
span { border-color: #64EAFE; }
span { border-color: rgb(100,234,254); }
td.TdClassName
{
border-color: #64EAFE;
}
.TagClassName
{
border-color: #64EAFE;
}
</style>