Shades of Baby Blue #64F1ED
Tints of Baby Blue #64F1ED
RGB
CMYK
RGB Variations
Color information
#64F1ED (or 0x64F1ED) is known color: Baby Blue. HEX triplet: 64, F1 and ED. RGB value is (100,241,237). Sum of RGB (Red+Green+Blue) = 100+241+237=578 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.30% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F1ED is #9B0E12. Grayscale: #C6C6C6. Windows color (decimal): -10161683 or 15593828. OLE color: 15593828.
HSL color Cylindrical-coordinate representation of color #64F1ED: hue angle of 178.3º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1ED is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 241 | 237 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.05 |
| HSL | 178.3º | 0.83% | 0.67% | - |
| HSV(B) | 178.3º | 0.59% | 0.95% | - |
| XYZ | 52 | 71.73 | 91.23 | - |
| YUV | 198.39 | 149.79 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 241 | 237 | 0.59 | 0 | 0.02 | 0.05 | 178.3 | 0.83 | 0.67 |
| Hex | 64 | F1 | ED | 3B | 0 | 2 | 5 | B2 | 53 | 43 |
| Octal | 144 | 361 | 355 | 73 | 0 | 2 | 5 | 262 | 123 | 103 |
| Binary | 1100100 | 11110001 | 11101101 | 111011 | 0 | 10 | 101 | 10110010 | 1010011 | 1000011 |
Color Harmonies of #64F1ED
Complementary color
Monochromatic Colors of #64F1ED
Black with #64F1ED
Text Example
Text Example
White with #64F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F1ED; }
p { color: rgb(100,241,237); }
H1.HeaderClassName
{
color: #64F1ED;
}
.AnyTagClassName
{
color: #64F1ED;
}
</style>
background-color css
<style>
a { background-color: #64F1ED; }
a { background-color: rgb(100,241,237); }
div.DivClassName
{
background-color: #64F1ED;
}
.BgClassName
{
background-color: #64F1ED;
}
</style>
border-color css
<style>
span { border-color: #64F1ED; }
span { border-color: rgb(100,241,237); }
td.TdClassName
{
border-color: #64F1ED;
}
.TagClassName
{
border-color: #64F1ED;
}
</style>