Shades of Baby Blue #64FEE6
Tints of Baby Blue #64FEE6
RGB
CMYK
RGB Variations
Color information
#64FEE6 (or 0x64FEE6) is known color: Baby Blue. HEX triplet: 64, FE and E6. RGB value is (100,254,230). Sum of RGB (Red+Green+Blue) = 100+254+230=584 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.12% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEE6 is #9B0119. Grayscale: #CDCDCD. Windows color (decimal): -10158362 or 15138404. OLE color: 15138404.
HSL color Cylindrical-coordinate representation of color #64FEE6: hue angle of 170.65º 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 #64FEE6 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 230 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.00 |
| HSL | 170.65º | 0.99% | 0.69% | - |
| HSV(B) | 170.65º | 0.61% | 1% | - |
| XYZ | 54.98 | 79.31 | 87.27 | - |
| YUV | 205.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 230 | 0.61 | 0 | 0.09 | 0.00 | 170.65 | 0.99 | 0.69 |
| Hex | 64 | FE | E6 | 3D | 0 | 9 | 0 | AB | 63 | 45 |
| Octal | 144 | 376 | 346 | 75 | 0 | 11 | 0 | 253 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11100110 | 111101 | 0 | 1001 | 0 | 10101011 | 1100011 | 1000101 |
Color Harmonies of #64FEE6
Complementary color
Monochromatic Colors of #64FEE6
Black with #64FEE6
Text Example
Text Example
White with #64FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEE6; }
p { color: rgb(100,254,230); }
H1.HeaderClassName
{
color: #64FEE6;
}
.AnyTagClassName
{
color: #64FEE6;
}
</style>
background-color css
<style>
a { background-color: #64FEE6; }
a { background-color: rgb(100,254,230); }
div.DivClassName
{
background-color: #64FEE6;
}
.BgClassName
{
background-color: #64FEE6;
}
</style>
border-color css
<style>
span { border-color: #64FEE6; }
span { border-color: rgb(100,254,230); }
td.TdClassName
{
border-color: #64FEE6;
}
.TagClassName
{
border-color: #64FEE6;
}
</style>