Shades of Baby Blue #64EFF3
Tints of Baby Blue #64EFF3
RGB
CMYK
RGB Variations
Color information
#64EFF3 (or 0x64EFF3) is known color: Baby Blue. HEX triplet: 64, EF and F3. RGB value is (100,239,243). Sum of RGB (Red+Green+Blue) = 100+239+243=582 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.18% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #64EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFF3 is #9B100C. Grayscale: #C5C5C5. Windows color (decimal): -10162189 or 15986532. OLE color: 15986532.
HSL color Cylindrical-coordinate representation of color #64EFF3: hue angle of 181.68º 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 #64EFF3 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 239 | 243 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 181.68º | 0.86% | 0.67% | - |
| HSV(B) | 181.68º | 0.59% | 0.95% | - |
| XYZ | 52.3 | 70.91 | 95.73 | - |
| YUV | 197.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 243 | 0.59 | 0.02 | 0 | 0.05 | 181.68 | 0.86 | 0.67 |
| Hex | 64 | EF | F3 | 3B | 2 | 0 | 5 | B6 | 56 | 43 |
| Octal | 144 | 357 | 363 | 73 | 2 | 0 | 5 | 266 | 126 | 103 |
| Binary | 1100100 | 11101111 | 11110011 | 111011 | 10 | 0 | 101 | 10110110 | 1010110 | 1000011 |
Color Harmonies of #64EFF3
Complementary color
Monochromatic Colors of #64EFF3
Black with #64EFF3
Text Example
Text Example
White with #64EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFF3; }
p { color: rgb(100,239,243); }
H1.HeaderClassName
{
color: #64EFF3;
}
.AnyTagClassName
{
color: #64EFF3;
}
</style>
background-color css
<style>
a { background-color: #64EFF3; }
a { background-color: rgb(100,239,243); }
div.DivClassName
{
background-color: #64EFF3;
}
.BgClassName
{
background-color: #64EFF3;
}
</style>
border-color css
<style>
span { border-color: #64EFF3; }
span { border-color: rgb(100,239,243); }
td.TdClassName
{
border-color: #64EFF3;
}
.TagClassName
{
border-color: #64EFF3;
}
</style>