Shades of Baby Blue #63ECFF
Tints of Baby Blue #63ECFF
RGB
CMYK
RGB Variations
Color information
#63ECFF (or 0x63ECFF) is known color: Baby Blue. HEX triplet: 63, EC and FF. RGB value is (99,236,255). Sum of RGB (Red+Green+Blue) = 99+236+255=590 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.78% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #63ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECFF is #9C1300. Grayscale: #C4C4C4. Windows color (decimal): -10228481 or 16772195. OLE color: 16772195.
HSL color Cylindrical-coordinate representation of color #63ECFF: hue angle of 187.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63ECFF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 236 | 255 | - |
| CMYK | 0.61 | 0.07 | 0 | 0 |
| HSL | 187.31º | 1% | 0.69% | - |
| HSV(B) | 187.31º | 0.61% | 1% | - |
| XYZ | 53.19 | 69.86 | 105.29 | - |
| YUV | 197.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 236 | 255 | 0.61 | 0.07 | 0 | 0 | 187.31 | 1 | 0.69 |
| Hex | 63 | EC | FF | 3D | 7 | 0 | 0 | BB | 64 | 45 |
| Octal | 143 | 354 | 377 | 75 | 7 | 0 | 0 | 273 | 144 | 105 |
| Binary | 1100011 | 11101100 | 11111111 | 111101 | 111 | 0 | 0 | 10111011 | 1100100 | 1000101 |
Color Harmonies of #63ECFF
Complementary color
Monochromatic Colors of #63ECFF
Black with #63ECFF
Text Example
Text Example
White with #63ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ECFF; }
p { color: rgb(99,236,255); }
H1.HeaderClassName
{
color: #63ECFF;
}
.AnyTagClassName
{
color: #63ECFF;
}
</style>
background-color css
<style>
a { background-color: #63ECFF; }
a { background-color: rgb(99,236,255); }
div.DivClassName
{
background-color: #63ECFF;
}
.BgClassName
{
background-color: #63ECFF;
}
</style>
border-color css
<style>
span { border-color: #63ECFF; }
span { border-color: rgb(99,236,255); }
td.TdClassName
{
border-color: #63ECFF;
}
.TagClassName
{
border-color: #63ECFF;
}
</style>