Shades of Baby Blue #63F2FF
Tints of Baby Blue #63F2FF
RGB
CMYK
RGB Variations
Color information
#63F2FF (or 0x63F2FF) is known color: Baby Blue. HEX triplet: 63, F2 and FF. RGB value is (99,242,255). Sum of RGB (Red+Green+Blue) = 99+242+255=596 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.61% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #63F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2FF is #9C0D00. Grayscale: #C8C8C8. Windows color (decimal): -10226945 or 16773731. OLE color: 16773731.
HSL color Cylindrical-coordinate representation of color #63F2FF: hue angle of 185º 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 #63F2FF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 242 | 255 | - |
| CMYK | 0.61 | 0.05 | 0 | 0 |
| HSL | 185º | 1% | 0.69% | - |
| HSV(B) | 185º | 0.61% | 1% | - |
| XYZ | 54.95 | 73.38 | 105.87 | - |
| YUV | 200.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 255 | 0.61 | 0.05 | 0 | 0 | 185 | 1 | 0.69 |
| Hex | 63 | F2 | FF | 3D | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 143 | 362 | 377 | 75 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100011 | 11110010 | 11111111 | 111101 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #63F2FF
Complementary color
Monochromatic Colors of #63F2FF
Black with #63F2FF
Text Example
Text Example
White with #63F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2FF; }
p { color: rgb(99,242,255); }
H1.HeaderClassName
{
color: #63F2FF;
}
.AnyTagClassName
{
color: #63F2FF;
}
</style>
background-color css
<style>
a { background-color: #63F2FF; }
a { background-color: rgb(99,242,255); }
div.DivClassName
{
background-color: #63F2FF;
}
.BgClassName
{
background-color: #63F2FF;
}
</style>
border-color css
<style>
span { border-color: #63F2FF; }
span { border-color: rgb(99,242,255); }
td.TdClassName
{
border-color: #63F2FF;
}
.TagClassName
{
border-color: #63F2FF;
}
</style>