Shades of Baby Blue #63FEFE
Tints of Baby Blue #63FEFE
RGB
CMYK
RGB Variations
Color information
#63FEFE (or 0x63FEFE) is known color: Baby Blue. HEX triplet: 63, FE and FE. RGB value is (99,254,254). Sum of RGB (Red+Green+Blue) = 99+254+254=607 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.31% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #63FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEFE is #9C0101. Grayscale: #CFCFCF. Windows color (decimal): -10223874 or 16711267. OLE color: 16711267.
HSL color Cylindrical-coordinate representation of color #63FEFE: hue angle of 180º 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 #63FEFE is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 254 | 254 | - |
| CMYK | 0.61 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.69% | - |
| HSV(B) | 180º | 0.61% | 1% | - |
| XYZ | 58.48 | 80.69 | 106.26 | - |
| YUV | 207.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 254 | 0.61 | 0 | 0 | 0.00 | 180 | 0.99 | 0.69 |
| Hex | 63 | FE | FE | 3D | 0 | 0 | 0 | B4 | 63 | 45 |
| Octal | 143 | 376 | 376 | 75 | 0 | 0 | 0 | 264 | 143 | 105 |
| Binary | 1100011 | 11111110 | 11111110 | 111101 | 0 | 0 | 0 | 10110100 | 1100011 | 1000101 |
Color Harmonies of #63FEFE
Complementary color
Monochromatic Colors of #63FEFE
Black with #63FEFE
Text Example
Text Example
White with #63FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEFE; }
p { color: rgb(99,254,254); }
H1.HeaderClassName
{
color: #63FEFE;
}
.AnyTagClassName
{
color: #63FEFE;
}
</style>
background-color css
<style>
a { background-color: #63FEFE; }
a { background-color: rgb(99,254,254); }
div.DivClassName
{
background-color: #63FEFE;
}
.BgClassName
{
background-color: #63FEFE;
}
</style>
border-color css
<style>
span { border-color: #63FEFE; }
span { border-color: rgb(99,254,254); }
td.TdClassName
{
border-color: #63FEFE;
}
.TagClassName
{
border-color: #63FEFE;
}
</style>