Shades of Baby Blue #63F0FF
Tints of Baby Blue #63F0FF
RGB
CMYK
RGB Variations
Color information
#63F0FF (or 0x63F0FF) is known color: Baby Blue. HEX triplet: 63, F0 and FF. RGB value is (99,240,255). Sum of RGB (Red+Green+Blue) = 99+240+255=594 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.67% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #63F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F0FF is #9C0F00. Grayscale: #C7C7C7. Windows color (decimal): -10227457 or 16773219. OLE color: 16773219.
HSL color Cylindrical-coordinate representation of color #63F0FF: hue angle of 185.77º 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 #63F0FF is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 240 | 255 | - |
| CMYK | 0.61 | 0.06 | 0 | 0 |
| HSL | 185.77º | 1% | 0.69% | - |
| HSV(B) | 185.77º | 0.61% | 1% | - |
| XYZ | 54.36 | 72.19 | 105.68 | - |
| YUV | 199.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 240 | 255 | 0.61 | 0.06 | 0 | 0 | 185.77 | 1 | 0.69 |
| Hex | 63 | F0 | FF | 3D | 6 | 0 | 0 | BA | 64 | 45 |
| Octal | 143 | 360 | 377 | 75 | 6 | 0 | 0 | 272 | 144 | 105 |
| Binary | 1100011 | 11110000 | 11111111 | 111101 | 110 | 0 | 0 | 10111010 | 1100100 | 1000101 |
Color Harmonies of #63F0FF
Complementary color
Monochromatic Colors of #63F0FF
Black with #63F0FF
Text Example
Text Example
White with #63F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F0FF; }
p { color: rgb(99,240,255); }
H1.HeaderClassName
{
color: #63F0FF;
}
.AnyTagClassName
{
color: #63F0FF;
}
</style>
background-color css
<style>
a { background-color: #63F0FF; }
a { background-color: rgb(99,240,255); }
div.DivClassName
{
background-color: #63F0FF;
}
.BgClassName
{
background-color: #63F0FF;
}
</style>
border-color css
<style>
span { border-color: #63F0FF; }
span { border-color: rgb(99,240,255); }
td.TdClassName
{
border-color: #63F0FF;
}
.TagClassName
{
border-color: #63F0FF;
}
</style>