Shades of Baby Blue #63FEFF
Tints of Baby Blue #63FEFF
RGB
CMYK
RGB Variations
Color information
#63FEFF (or 0x63FEFF) is known color: Baby Blue. HEX triplet: 63, FE and FF. RGB value is (99,254,255). Sum of RGB (Red+Green+Blue) = 99+254+255=608 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.28% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #63FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FEFF is #9C0100. Grayscale: #CFCFCF. Windows color (decimal): -10223873 or 16776803. OLE color: 16776803.
HSL color Cylindrical-coordinate representation of color #63FEFF: hue angle of 180.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 #63FEFF is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 254 | 255 | - |
| CMYK | 0.61 | 0.00 | 0 | 0 |
| HSL | 180.38º | 1% | 0.69% | - |
| HSV(B) | 180.38º | 0.61% | 1% | - |
| XYZ | 58.64 | 80.76 | 107.1 | - |
| YUV | 207.77 | 154.65 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 254 | 255 | 0.61 | 0.00 | 0 | 0 | 180.38 | 1 | 0.69 |
| Hex | 63 | FE | FF | 3D | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 143 | 376 | 377 | 75 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1100011 | 11111110 | 11111111 | 111101 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #63FEFF
Complementary color
Monochromatic Colors of #63FEFF
Black with #63FEFF
Text Example
Text Example
White with #63FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FEFF; }
p { color: rgb(99,254,255); }
H1.HeaderClassName
{
color: #63FEFF;
}
.AnyTagClassName
{
color: #63FEFF;
}
</style>
background-color css
<style>
a { background-color: #63FEFF; }
a { background-color: rgb(99,254,255); }
div.DivClassName
{
background-color: #63FEFF;
}
.BgClassName
{
background-color: #63FEFF;
}
</style>
border-color css
<style>
span { border-color: #63FEFF; }
span { border-color: rgb(99,254,255); }
td.TdClassName
{
border-color: #63FEFF;
}
.TagClassName
{
border-color: #63FEFF;
}
</style>