Shades of Baby Blue #63F2FD
Tints of Baby Blue #63F2FD
RGB
CMYK
RGB Variations
Color information
#63F2FD (or 0x63F2FD) is known color: Baby Blue. HEX triplet: 63, F2 and FD. RGB value is (99,242,253). Sum of RGB (Red+Green+Blue) = 99+242+253=594 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.67% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #63F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2FD is #9C0D02. Grayscale: #C8C8C8. Windows color (decimal): -10226947 or 16642659. OLE color: 16642659.
HSL color Cylindrical-coordinate representation of color #63F2FD: hue angle of 184.29º degrees, saturation: 0.97, 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 #63F2FD is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 242 | 253 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.01 |
| HSL | 184.29º | 0.97% | 0.69% | - |
| HSV(B) | 184.29º | 0.61% | 0.99% | - |
| XYZ | 54.63 | 73.25 | 104.19 | - |
| YUV | 200.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 253 | 0.61 | 0.04 | 0 | 0.01 | 184.29 | 0.97 | 0.69 |
| Hex | 63 | F2 | FD | 3D | 4 | 0 | 1 | B8 | 61 | 45 |
| Octal | 143 | 362 | 375 | 75 | 4 | 0 | 1 | 270 | 141 | 105 |
| Binary | 1100011 | 11110010 | 11111101 | 111101 | 100 | 0 | 1 | 10111000 | 1100001 | 1000101 |
Color Harmonies of #63F2FD
Complementary color
Monochromatic Colors of #63F2FD
Black with #63F2FD
Text Example
Text Example
White with #63F2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2FD; }
p { color: rgb(99,242,253); }
H1.HeaderClassName
{
color: #63F2FD;
}
.AnyTagClassName
{
color: #63F2FD;
}
</style>
background-color css
<style>
a { background-color: #63F2FD; }
a { background-color: rgb(99,242,253); }
div.DivClassName
{
background-color: #63F2FD;
}
.BgClassName
{
background-color: #63F2FD;
}
</style>
border-color css
<style>
span { border-color: #63F2FD; }
span { border-color: rgb(99,242,253); }
td.TdClassName
{
border-color: #63F2FD;
}
.TagClassName
{
border-color: #63F2FD;
}
</style>