Shades of Baby Blue #63F2FC
Tints of Baby Blue #63F2FC
RGB
CMYK
RGB Variations
Color information
#63F2FC (or 0x63F2FC) is known color: Baby Blue. HEX triplet: 63, F2 and FC. RGB value is (99,242,252). Sum of RGB (Red+Green+Blue) = 99+242+252=593 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.69% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #63F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2FC is #9C0D03. Grayscale: #C8C8C8. Windows color (decimal): -10226948 or 16577123. OLE color: 16577123.
HSL color Cylindrical-coordinate representation of color #63F2FC: hue angle of 183.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63F2FC is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 242 | 252 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.01 |
| HSL | 183.92º | 0.96% | 0.69% | - |
| HSV(B) | 183.92º | 0.61% | 0.99% | - |
| XYZ | 54.47 | 73.19 | 103.35 | - |
| YUV | 200.38 | 157.12 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 252 | 0.61 | 0.04 | 0 | 0.01 | 183.92 | 0.96 | 0.69 |
| Hex | 63 | F2 | FC | 3D | 4 | 0 | 1 | B8 | 60 | 45 |
| Octal | 143 | 362 | 374 | 75 | 4 | 0 | 1 | 270 | 140 | 105 |
| Binary | 1100011 | 11110010 | 11111100 | 111101 | 100 | 0 | 1 | 10111000 | 1100000 | 1000101 |
Color Harmonies of #63F2FC
Complementary color
Monochromatic Colors of #63F2FC
Black with #63F2FC
Text Example
Text Example
White with #63F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2FC; }
p { color: rgb(99,242,252); }
H1.HeaderClassName
{
color: #63F2FC;
}
.AnyTagClassName
{
color: #63F2FC;
}
</style>
background-color css
<style>
a { background-color: #63F2FC; }
a { background-color: rgb(99,242,252); }
div.DivClassName
{
background-color: #63F2FC;
}
.BgClassName
{
background-color: #63F2FC;
}
</style>
border-color css
<style>
span { border-color: #63F2FC; }
span { border-color: rgb(99,242,252); }
td.TdClassName
{
border-color: #63F2FC;
}
.TagClassName
{
border-color: #63F2FC;
}
</style>