Shades of Baby Blue #64EEF1
Tints of Baby Blue #64EEF1
RGB
CMYK
RGB Variations
Color information
#64EEF1 (or 0x64EEF1) is known color: Baby Blue. HEX triplet: 64, EE and F1. RGB value is (100,238,241). Sum of RGB (Red+Green+Blue) = 100+238+241=579 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.27% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #64EEF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF1 is #9B110E. Grayscale: #C4C4C4. Windows color (decimal): -10162447 or 15855204. OLE color: 15855204.
HSL color Cylindrical-coordinate representation of color #64EEF1: hue angle of 181.28º 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 #64EEF1 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 238 | 241 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.05 |
| HSL | 181.28º | 0.83% | 0.67% | - |
| HSV(B) | 181.28º | 0.59% | 0.95% | - |
| XYZ | 51.71 | 70.21 | 94.05 | - |
| YUV | 197.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 241 | 0.59 | 0.01 | 0 | 0.05 | 181.28 | 0.83 | 0.67 |
| Hex | 64 | EE | F1 | 3B | 1 | 0 | 5 | B5 | 53 | 43 |
| Octal | 144 | 356 | 361 | 73 | 1 | 0 | 5 | 265 | 123 | 103 |
| Binary | 1100100 | 11101110 | 11110001 | 111011 | 1 | 0 | 101 | 10110101 | 1010011 | 1000011 |
Color Harmonies of #64EEF1
Complementary color
Monochromatic Colors of #64EEF1
Black with #64EEF1
Text Example
Text Example
White with #64EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEF1; }
p { color: rgb(100,238,241); }
H1.HeaderClassName
{
color: #64EEF1;
}
.AnyTagClassName
{
color: #64EEF1;
}
</style>
background-color css
<style>
a { background-color: #64EEF1; }
a { background-color: rgb(100,238,241); }
div.DivClassName
{
background-color: #64EEF1;
}
.BgClassName
{
background-color: #64EEF1;
}
</style>
border-color css
<style>
span { border-color: #64EEF1; }
span { border-color: rgb(100,238,241); }
td.TdClassName
{
border-color: #64EEF1;
}
.TagClassName
{
border-color: #64EEF1;
}
</style>