Shades of Baby Blue #63F1F9
Tints of Baby Blue #63F1F9
RGB
CMYK
RGB Variations
Color information
#63F1F9 (or 0x63F1F9) is known color: Baby Blue. HEX triplet: 63, F1 and F9. RGB value is (99,241,249). Sum of RGB (Red+Green+Blue) = 99+241+249=589 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.81% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #63F1F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F1F9 is #9C0E06. Grayscale: #C7C7C7. Windows color (decimal): -10227207 or 16380259. OLE color: 16380259.
HSL color Cylindrical-coordinate representation of color #63F1F9: hue angle of 183.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63F1F9 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 241 | 249 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.02 |
| HSL | 183.2º | 0.93% | 0.68% | - |
| HSV(B) | 183.2º | 0.6% | 0.98% | - |
| XYZ | 53.7 | 72.4 | 100.77 | - |
| YUV | 199.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 249 | 0.60 | 0.03 | 0 | 0.02 | 183.2 | 0.93 | 0.68 |
| Hex | 63 | F1 | F9 | 3C | 3 | 0 | 2 | B7 | 5D | 44 |
| Octal | 143 | 361 | 371 | 74 | 3 | 0 | 2 | 267 | 135 | 104 |
| Binary | 1100011 | 11110001 | 11111001 | 111100 | 11 | 0 | 10 | 10110111 | 1011101 | 1000100 |
Color Harmonies of #63F1F9
Complementary color
Monochromatic Colors of #63F1F9
Black with #63F1F9
Text Example
Text Example
White with #63F1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1F9; }
p { color: rgb(99,241,249); }
H1.HeaderClassName
{
color: #63F1F9;
}
.AnyTagClassName
{
color: #63F1F9;
}
</style>
background-color css
<style>
a { background-color: #63F1F9; }
a { background-color: rgb(99,241,249); }
div.DivClassName
{
background-color: #63F1F9;
}
.BgClassName
{
background-color: #63F1F9;
}
</style>
border-color css
<style>
span { border-color: #63F1F9; }
span { border-color: rgb(99,241,249); }
td.TdClassName
{
border-color: #63F1F9;
}
.TagClassName
{
border-color: #63F1F9;
}
</style>