Shades of Baby Blue #63F1EE
Tints of Baby Blue #63F1EE
RGB
CMYK
RGB Variations
Color information
#63F1EE (or 0x63F1EE) is known color: Baby Blue. HEX triplet: 63, F1 and EE. RGB value is (99,241,238). Sum of RGB (Red+Green+Blue) = 99+241+238=578 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.13% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #63F1EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F1EE is #9C0E11. Grayscale: #C6C6C6. Windows color (decimal): -10227218 or 15659363. OLE color: 15659363.
HSL color Cylindrical-coordinate representation of color #63F1EE: hue angle of 178.73º degrees, saturation: 0.84, 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 #63F1EE is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 241 | 238 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.05 |
| HSL | 178.73º | 0.84% | 0.67% | - |
| HSV(B) | 178.73º | 0.59% | 0.95% | - |
| XYZ | 52.03 | 71.74 | 91.99 | - |
| YUV | 198.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 241 | 238 | 0.59 | 0 | 0.01 | 0.05 | 178.73 | 0.84 | 0.67 |
| Hex | 63 | F1 | EE | 3B | 0 | 1 | 5 | B3 | 54 | 43 |
| Octal | 143 | 361 | 356 | 73 | 0 | 1 | 5 | 263 | 124 | 103 |
| Binary | 1100011 | 11110001 | 11101110 | 111011 | 0 | 1 | 101 | 10110011 | 1010100 | 1000011 |
Color Harmonies of #63F1EE
Complementary color
Monochromatic Colors of #63F1EE
Black with #63F1EE
Text Example
Text Example
White with #63F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63F1EE; }
p { color: rgb(99,241,238); }
H1.HeaderClassName
{
color: #63F1EE;
}
.AnyTagClassName
{
color: #63F1EE;
}
</style>
background-color css
<style>
a { background-color: #63F1EE; }
a { background-color: rgb(99,241,238); }
div.DivClassName
{
background-color: #63F1EE;
}
.BgClassName
{
background-color: #63F1EE;
}
</style>
border-color css
<style>
span { border-color: #63F1EE; }
span { border-color: rgb(99,241,238); }
td.TdClassName
{
border-color: #63F1EE;
}
.TagClassName
{
border-color: #63F1EE;
}
</style>