Shades of Baby Blue #63EFFE
Tints of Baby Blue #63EFFE
RGB
CMYK
RGB Variations
Color information
#63EFFE (or 0x63EFFE) is known color: Baby Blue. HEX triplet: 63, EF and FE. RGB value is (99,239,254). Sum of RGB (Red+Green+Blue) = 99+239+254=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #63EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFFE is #9C1001. Grayscale: #C6C6C6. Windows color (decimal): -10227714 or 16707427. OLE color: 16707427.
HSL color Cylindrical-coordinate representation of color #63EFFE: hue angle of 185.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63EFFE is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 239 | 254 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.00 |
| HSL | 185.81º | 0.99% | 0.69% | - |
| HSV(B) | 185.81º | 0.61% | 1% | - |
| XYZ | 53.9 | 71.54 | 104.73 | - |
| YUV | 198.85 | 159.12 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 254 | 0.61 | 0.06 | 0 | 0.00 | 185.81 | 0.99 | 0.69 |
| Hex | 63 | EF | FE | 3D | 6 | 0 | 0 | BA | 63 | 45 |
| Octal | 143 | 357 | 376 | 75 | 6 | 0 | 0 | 272 | 143 | 105 |
| Binary | 1100011 | 11101111 | 11111110 | 111101 | 110 | 0 | 0 | 10111010 | 1100011 | 1000101 |
Color Harmonies of #63EFFE
Complementary color
Monochromatic Colors of #63EFFE
Black with #63EFFE
Text Example
Text Example
White with #63EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFFE; }
p { color: rgb(99,239,254); }
H1.HeaderClassName
{
color: #63EFFE;
}
.AnyTagClassName
{
color: #63EFFE;
}
</style>
background-color css
<style>
a { background-color: #63EFFE; }
a { background-color: rgb(99,239,254); }
div.DivClassName
{
background-color: #63EFFE;
}
.BgClassName
{
background-color: #63EFFE;
}
</style>
border-color css
<style>
span { border-color: #63EFFE; }
span { border-color: rgb(99,239,254); }
td.TdClassName
{
border-color: #63EFFE;
}
.TagClassName
{
border-color: #63EFFE;
}
</style>