Shades of Baby Blue #63FEEF
Tints of Baby Blue #63FEEF
RGB
CMYK
RGB Variations
Color information
#63FEEF (or 0x63FEEF) is known color: Baby Blue. HEX triplet: 63, FE and EF. RGB value is (99,254,239). Sum of RGB (Red+Green+Blue) = 99+254+239=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #63FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEEF is #9C0110. Grayscale: #CDCDCD. Windows color (decimal): -10223889 or 15728227. OLE color: 15728227.
HSL color Cylindrical-coordinate representation of color #63FEEF: hue angle of 174.19º 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 #63FEEF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 239 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.00 |
| HSL | 174.19º | 0.99% | 0.69% | - |
| HSV(B) | 174.19º | 0.61% | 1% | - |
| XYZ | 56.17 | 79.77 | 94.1 | - |
| YUV | 205.95 | 146.65 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 239 | 0.61 | 0 | 0.06 | 0.00 | 174.19 | 0.99 | 0.69 |
| Hex | 63 | FE | EF | 3D | 0 | 6 | 0 | AE | 63 | 45 |
| Octal | 143 | 376 | 357 | 75 | 0 | 6 | 0 | 256 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11101111 | 111101 | 0 | 110 | 0 | 10101110 | 1100011 | 1000101 |
Color Harmonies of #63FEEF
Complementary color
Monochromatic Colors of #63FEEF
Black with #63FEEF
Text Example
Text Example
White with #63FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEEF; }
p { color: rgb(99,254,239); }
H1.HeaderClassName
{
color: #63FEEF;
}
.AnyTagClassName
{
color: #63FEEF;
}
</style>
background-color css
<style>
a { background-color: #63FEEF; }
a { background-color: rgb(99,254,239); }
div.DivClassName
{
background-color: #63FEEF;
}
.BgClassName
{
background-color: #63FEEF;
}
</style>
border-color css
<style>
span { border-color: #63FEEF; }
span { border-color: rgb(99,254,239); }
td.TdClassName
{
border-color: #63FEEF;
}
.TagClassName
{
border-color: #63FEEF;
}
</style>