Shades of Baby Blue #64EFF2
Tints of Baby Blue #64EFF2
RGB
CMYK
RGB Variations
Color information
#64EFF2 (or 0x64EFF2) is known color: Baby Blue. HEX triplet: 64, EF and F2. RGB value is (100,239,242). Sum of RGB (Red+Green+Blue) = 100+239+242=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #64EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFF2 is #9B100D. Grayscale: #C5C5C5. Windows color (decimal): -10162190 or 15920996. OLE color: 15920996.
HSL color Cylindrical-coordinate representation of color #64EFF2: hue angle of 181.27º degrees, saturation: 0.85, 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 #64EFF2 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 239 | 242 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.05 |
| HSL | 181.27º | 0.85% | 0.67% | - |
| HSV(B) | 181.27º | 0.59% | 0.95% | - |
| XYZ | 52.15 | 70.85 | 94.93 | - |
| YUV | 197.78 | 152.95 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 242 | 0.59 | 0.01 | 0 | 0.05 | 181.27 | 0.85 | 0.67 |
| Hex | 64 | EF | F2 | 3B | 1 | 0 | 5 | B5 | 55 | 43 |
| Octal | 144 | 357 | 362 | 73 | 1 | 0 | 5 | 265 | 125 | 103 |
| Binary | 1100100 | 11101111 | 11110010 | 111011 | 1 | 0 | 101 | 10110101 | 1010101 | 1000011 |
Color Harmonies of #64EFF2
Complementary color
Monochromatic Colors of #64EFF2
Black with #64EFF2
Text Example
Text Example
White with #64EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFF2; }
p { color: rgb(100,239,242); }
H1.HeaderClassName
{
color: #64EFF2;
}
.AnyTagClassName
{
color: #64EFF2;
}
</style>
background-color css
<style>
a { background-color: #64EFF2; }
a { background-color: rgb(100,239,242); }
div.DivClassName
{
background-color: #64EFF2;
}
.BgClassName
{
background-color: #64EFF2;
}
</style>
border-color css
<style>
span { border-color: #64EFF2; }
span { border-color: rgb(100,239,242); }
td.TdClassName
{
border-color: #64EFF2;
}
.TagClassName
{
border-color: #64EFF2;
}
</style>