Shades of Baby Blue #64FEED
Tints of Baby Blue #64FEED
RGB
CMYK
RGB Variations
Color information
#64FEED (or 0x64FEED) is known color: Baby Blue. HEX triplet: 64, FE and ED. RGB value is (100,254,237). Sum of RGB (Red+Green+Blue) = 100+254+237=591 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.92% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FEED is #9B0112. Grayscale: #CDCDCD. Windows color (decimal): -10158355 or 15597156. OLE color: 15597156.
HSL color Cylindrical-coordinate representation of color #64FEED: hue angle of 173.38º 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 #64FEED is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 237 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.00 |
| HSL | 173.38º | 0.99% | 0.69% | - |
| HSV(B) | 173.38º | 0.61% | 1% | - |
| XYZ | 55.98 | 79.71 | 92.56 | - |
| YUV | 206.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 237 | 0.61 | 0 | 0.07 | 0.00 | 173.38 | 0.99 | 0.69 |
| Hex | 64 | FE | ED | 3D | 0 | 7 | 0 | AD | 63 | 45 |
| Octal | 144 | 376 | 355 | 75 | 0 | 7 | 0 | 255 | 143 | 105 |
| Binary | 1100100 | 11111110 | 11101101 | 111101 | 0 | 111 | 0 | 10101101 | 1100011 | 1000101 |
Color Harmonies of #64FEED
Complementary color
Monochromatic Colors of #64FEED
Black with #64FEED
Text Example
Text Example
White with #64FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FEED; }
p { color: rgb(100,254,237); }
H1.HeaderClassName
{
color: #64FEED;
}
.AnyTagClassName
{
color: #64FEED;
}
</style>
background-color css
<style>
a { background-color: #64FEED; }
a { background-color: rgb(100,254,237); }
div.DivClassName
{
background-color: #64FEED;
}
.BgClassName
{
background-color: #64FEED;
}
</style>
border-color css
<style>
span { border-color: #64FEED; }
span { border-color: rgb(100,254,237); }
td.TdClassName
{
border-color: #64FEED;
}
.TagClassName
{
border-color: #64FEED;
}
</style>