Shades of Baby Blue #63EEF2
Tints of Baby Blue #63EEF2
RGB
CMYK
RGB Variations
Color information
#63EEF2 (or 0x63EEF2) is known color: Baby Blue. HEX triplet: 63, EE and F2. RGB value is (99,238,242). Sum of RGB (Red+Green+Blue) = 99+238+242=579 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.10% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #63EEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEF2 is #9C110D. Grayscale: #C4C4C4. Windows color (decimal): -10227982 or 15920739. OLE color: 15920739.
HSL color Cylindrical-coordinate representation of color #63EEF2: hue angle of 181.68º 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 #63EEF2 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 238 | 242 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.05 |
| HSL | 181.68º | 0.85% | 0.67% | - |
| HSV(B) | 181.68º | 0.59% | 0.95% | - |
| XYZ | 51.75 | 70.21 | 94.83 | - |
| YUV | 196.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 242 | 0.59 | 0.02 | 0 | 0.05 | 181.68 | 0.85 | 0.67 |
| Hex | 63 | EE | F2 | 3B | 2 | 0 | 5 | B6 | 55 | 43 |
| Octal | 143 | 356 | 362 | 73 | 2 | 0 | 5 | 266 | 125 | 103 |
| Binary | 1100011 | 11101110 | 11110010 | 111011 | 10 | 0 | 101 | 10110110 | 1010101 | 1000011 |
Color Harmonies of #63EEF2
Complementary color
Monochromatic Colors of #63EEF2
Black with #63EEF2
Text Example
Text Example
White with #63EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEF2; }
p { color: rgb(99,238,242); }
H1.HeaderClassName
{
color: #63EEF2;
}
.AnyTagClassName
{
color: #63EEF2;
}
</style>
background-color css
<style>
a { background-color: #63EEF2; }
a { background-color: rgb(99,238,242); }
div.DivClassName
{
background-color: #63EEF2;
}
.BgClassName
{
background-color: #63EEF2;
}
</style>
border-color css
<style>
span { border-color: #63EEF2; }
span { border-color: rgb(99,238,242); }
td.TdClassName
{
border-color: #63EEF2;
}
.TagClassName
{
border-color: #63EEF2;
}
</style>