Shades of Baby Blue #63FCED
Tints of Baby Blue #63FCED
RGB
CMYK
RGB Variations
Color information
#63FCED (or 0x63FCED) is known color: Baby Blue. HEX triplet: 63, FC and ED. RGB value is (99,252,237). Sum of RGB (Red+Green+Blue) = 99+252+237=588 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.84% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #63FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FCED is #9C0312. Grayscale: #CCCCCC. Windows color (decimal): -10224403 or 15596643. OLE color: 15596643.
HSL color Cylindrical-coordinate representation of color #63FCED: hue angle of 174.12º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FCED is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 252 | 237 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.01 |
| HSL | 174.12º | 0.96% | 0.69% | - |
| HSV(B) | 174.12º | 0.61% | 0.99% | - |
| XYZ | 55.24 | 78.39 | 92.34 | - |
| YUV | 204.54 | 146.31 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 252 | 237 | 0.61 | 0 | 0.06 | 0.01 | 174.12 | 0.96 | 0.69 |
| Hex | 63 | FC | ED | 3D | 0 | 6 | 1 | AE | 60 | 45 |
| Octal | 143 | 374 | 355 | 75 | 0 | 6 | 1 | 256 | 140 | 105 |
| Binary | 1100011 | 11111100 | 11101101 | 111101 | 0 | 110 | 1 | 10101110 | 1100000 | 1000101 |
Color Harmonies of #63FCED
Complementary color
Monochromatic Colors of #63FCED
Black with #63FCED
Text Example
Text Example
White with #63FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FCED; }
p { color: rgb(99,252,237); }
H1.HeaderClassName
{
color: #63FCED;
}
.AnyTagClassName
{
color: #63FCED;
}
</style>
background-color css
<style>
a { background-color: #63FCED; }
a { background-color: rgb(99,252,237); }
div.DivClassName
{
background-color: #63FCED;
}
.BgClassName
{
background-color: #63FCED;
}
</style>
border-color css
<style>
span { border-color: #63FCED; }
span { border-color: rgb(99,252,237); }
td.TdClassName
{
border-color: #63FCED;
}
.TagClassName
{
border-color: #63FCED;
}
</style>