Shades of Baby Blue #63FFE6
Tints of Baby Blue #63FFE6
RGB
CMYK
RGB Variations
Color information
#63FFE6 (or 0x63FFE6) is known color: Baby Blue. HEX triplet: 63, FF and E6. RGB value is (99,255,230). Sum of RGB (Red+Green+Blue) = 99+255+230=584 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.95% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #63FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFE6 is #9C0019. Grayscale: #CDCDCD. Windows color (decimal): -10223642 or 15138659. OLE color: 15138659.
HSL color Cylindrical-coordinate representation of color #63FFE6: hue angle of 170.38º 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 #63FFE6 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 230 | - |
| CMYK | 0.61 | 0 | 0.10 | 0 |
| HSL | 170.38º | 1% | 0.69% | - |
| HSV(B) | 170.38º | 0.61% | 1% | - |
| XYZ | 55.19 | 79.89 | 87.37 | - |
| YUV | 205.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 230 | 0.61 | 0 | 0.10 | 0 | 170.38 | 1 | 0.69 |
| Hex | 63 | FF | E6 | 3D | 0 | A | 0 | AA | 64 | 45 |
| Octal | 143 | 377 | 346 | 75 | 0 | 12 | 0 | 252 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11100110 | 111101 | 0 | 1010 | 0 | 10101010 | 1100100 | 1000101 |
Color Harmonies of #63FFE6
Complementary color
Monochromatic Colors of #63FFE6
Black with #63FFE6
Text Example
Text Example
White with #63FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFE6; }
p { color: rgb(99,255,230); }
H1.HeaderClassName
{
color: #63FFE6;
}
.AnyTagClassName
{
color: #63FFE6;
}
</style>
background-color css
<style>
a { background-color: #63FFE6; }
a { background-color: rgb(99,255,230); }
div.DivClassName
{
background-color: #63FFE6;
}
.BgClassName
{
background-color: #63FFE6;
}
</style>
border-color css
<style>
span { border-color: #63FFE6; }
span { border-color: rgb(99,255,230); }
td.TdClassName
{
border-color: #63FFE6;
}
.TagClassName
{
border-color: #63FFE6;
}
</style>