Shades of Baby Blue #63F2F3
Tints of Baby Blue #63F2F3
RGB
CMYK
RGB Variations
Color information
#63F2F3 (or 0x63F2F3) is known color: Baby Blue. HEX triplet: 63, F2 and F3. RGB value is (99,242,243). Sum of RGB (Red+Green+Blue) = 99+242+243=584 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.95% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #63F2F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2F3 is #9C0D0C. Grayscale: #C7C7C7. Windows color (decimal): -10226957 or 15987299. OLE color: 15987299.
HSL color Cylindrical-coordinate representation of color #63F2F3: hue angle of 180.42º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F2F3 is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 242 | 243 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.05 |
| HSL | 180.42º | 0.86% | 0.67% | - |
| HSV(B) | 180.42º | 0.59% | 0.95% | - |
| XYZ | 53.08 | 72.63 | 96.02 | - |
| YUV | 199.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 242 | 243 | 0.59 | 0.00 | 0 | 0.05 | 180.42 | 0.86 | 0.67 |
| Hex | 63 | F2 | F3 | 3B | 0 | 0 | 5 | B4 | 56 | 43 |
| Octal | 143 | 362 | 363 | 73 | 0 | 0 | 5 | 264 | 126 | 103 |
| Binary | 1100011 | 11110010 | 11110011 | 111011 | 0 | 0 | 101 | 10110100 | 1010110 | 1000011 |
Color Harmonies of #63F2F3
Complementary color
Monochromatic Colors of #63F2F3
Black with #63F2F3
Text Example
Text Example
White with #63F2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F2F3; }
p { color: rgb(99,242,243); }
H1.HeaderClassName
{
color: #63F2F3;
}
.AnyTagClassName
{
color: #63F2F3;
}
</style>
background-color css
<style>
a { background-color: #63F2F3; }
a { background-color: rgb(99,242,243); }
div.DivClassName
{
background-color: #63F2F3;
}
.BgClassName
{
background-color: #63F2F3;
}
</style>
border-color css
<style>
span { border-color: #63F2F3; }
span { border-color: rgb(99,242,243); }
td.TdClassName
{
border-color: #63F2F3;
}
.TagClassName
{
border-color: #63F2F3;
}
</style>