Shades of Baby Blue #64EEF3
Tints of Baby Blue #64EEF3
RGB
CMYK
RGB Variations
Color information
#64EEF3 (or 0x64EEF3) is known color: Baby Blue. HEX triplet: 64, EE and F3. RGB value is (100,238,243). Sum of RGB (Red+Green+Blue) = 100+238+243=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #64EEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEF3 is #9B110C. Grayscale: #C5C5C5. Windows color (decimal): -10162445 or 15986276. OLE color: 15986276.
HSL color Cylindrical-coordinate representation of color #64EEF3: hue angle of 182.1º degrees, saturation: 0.86, 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 #64EEF3 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 238 | 243 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 182.1º | 0.86% | 0.67% | - |
| HSV(B) | 182.1º | 0.59% | 0.95% | - |
| XYZ | 52.01 | 70.33 | 95.63 | - |
| YUV | 197.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 243 | 0.59 | 0.02 | 0 | 0.05 | 182.1 | 0.86 | 0.67 |
| Hex | 64 | EE | F3 | 3B | 2 | 0 | 5 | B6 | 56 | 43 |
| Octal | 144 | 356 | 363 | 73 | 2 | 0 | 5 | 266 | 126 | 103 |
| Binary | 1100100 | 11101110 | 11110011 | 111011 | 10 | 0 | 101 | 10110110 | 1010110 | 1000011 |
Color Harmonies of #64EEF3
Complementary color
Monochromatic Colors of #64EEF3
Black with #64EEF3
Text Example
Text Example
White with #64EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEF3; }
p { color: rgb(100,238,243); }
H1.HeaderClassName
{
color: #64EEF3;
}
.AnyTagClassName
{
color: #64EEF3;
}
</style>
background-color css
<style>
a { background-color: #64EEF3; }
a { background-color: rgb(100,238,243); }
div.DivClassName
{
background-color: #64EEF3;
}
.BgClassName
{
background-color: #64EEF3;
}
</style>
border-color css
<style>
span { border-color: #64EEF3; }
span { border-color: rgb(100,238,243); }
td.TdClassName
{
border-color: #64EEF3;
}
.TagClassName
{
border-color: #64EEF3;
}
</style>