Shades of Baby Blue #63EEF5
Tints of Baby Blue #63EEF5
RGB
CMYK
RGB Variations
Color information
#63EEF5 (or 0x63EEF5) is known color: Baby Blue. HEX triplet: 63, EE and F5. RGB value is (99,238,245). Sum of RGB (Red+Green+Blue) = 99+238+245=582 (77% of max value = 765). Red value is 99 (39.06% from 255 or 17.01% from 582); Green value is 238 (93.36% from 255 or 40.89% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #63EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEF5 is #9C110A. Grayscale: #C5C5C5. Windows color (decimal): -10227979 or 16117347. OLE color: 16117347.
HSL color Cylindrical-coordinate representation of color #63EEF5: hue angle of 182.88º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63EEF5 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 238 | 245 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.04 |
| HSL | 182.88º | 0.88% | 0.67% | - |
| HSV(B) | 182.88º | 0.6% | 0.96% | - |
| XYZ | 52.2 | 70.39 | 97.22 | - |
| YUV | 197.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 238 | 245 | 0.60 | 0.03 | 0 | 0.04 | 182.88 | 0.88 | 0.67 |
| Hex | 63 | EE | F5 | 3C | 3 | 0 | 4 | B7 | 58 | 43 |
| Octal | 143 | 356 | 365 | 74 | 3 | 0 | 4 | 267 | 130 | 103 |
| Binary | 1100011 | 11101110 | 11110101 | 111100 | 11 | 0 | 100 | 10110111 | 1011000 | 1000011 |
Color Harmonies of #63EEF5
Complementary color
Monochromatic Colors of #63EEF5
Black with #63EEF5
Text Example
Text Example
White with #63EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EEF5; }
p { color: rgb(99,238,245); }
H1.HeaderClassName
{
color: #63EEF5;
}
.AnyTagClassName
{
color: #63EEF5;
}
</style>
background-color css
<style>
a { background-color: #63EEF5; }
a { background-color: rgb(99,238,245); }
div.DivClassName
{
background-color: #63EEF5;
}
.BgClassName
{
background-color: #63EEF5;
}
</style>
border-color css
<style>
span { border-color: #63EEF5; }
span { border-color: rgb(99,238,245); }
td.TdClassName
{
border-color: #63EEF5;
}
.TagClassName
{
border-color: #63EEF5;
}
</style>