Shades of Baby Blue #63EFF2
Tints of Baby Blue #63EFF2
RGB
CMYK
RGB Variations
Color information
#63EFF2 (or 0x63EFF2) is known color: Baby Blue. HEX triplet: 63, EF and F2. RGB value is (99,239,242). Sum of RGB (Red+Green+Blue) = 99+239+242=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #63EFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFF2 is #9C100D. Grayscale: #C5C5C5. Windows color (decimal): -10227726 or 15920995. OLE color: 15920995.
HSL color Cylindrical-coordinate representation of color #63EFF2: hue angle of 181.26º degrees, saturation: 0.85, 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 #63EFF2 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 239 | 242 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.05 |
| HSL | 181.26º | 0.85% | 0.67% | - |
| HSV(B) | 181.26º | 0.59% | 0.95% | - |
| XYZ | 52.04 | 70.8 | 94.93 | - |
| YUV | 197.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 239 | 242 | 0.59 | 0.01 | 0 | 0.05 | 181.26 | 0.85 | 0.67 |
| Hex | 63 | EF | F2 | 3B | 1 | 0 | 5 | B5 | 55 | 43 |
| Octal | 143 | 357 | 362 | 73 | 1 | 0 | 5 | 265 | 125 | 103 |
| Binary | 1100011 | 11101111 | 11110010 | 111011 | 1 | 0 | 101 | 10110101 | 1010101 | 1000011 |
Color Harmonies of #63EFF2
Complementary color
Monochromatic Colors of #63EFF2
Black with #63EFF2
Text Example
Text Example
White with #63EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EFF2; }
p { color: rgb(99,239,242); }
H1.HeaderClassName
{
color: #63EFF2;
}
.AnyTagClassName
{
color: #63EFF2;
}
</style>
background-color css
<style>
a { background-color: #63EFF2; }
a { background-color: rgb(99,239,242); }
div.DivClassName
{
background-color: #63EFF2;
}
.BgClassName
{
background-color: #63EFF2;
}
</style>
border-color css
<style>
span { border-color: #63EFF2; }
span { border-color: rgb(99,239,242); }
td.TdClassName
{
border-color: #63EFF2;
}
.TagClassName
{
border-color: #63EFF2;
}
</style>