Shades of Baby Blue #63EAFF
Tints of Baby Blue #63EAFF
RGB
CMYK
RGB Variations
Color information
#63EAFF (or 0x63EAFF) is known color: Baby Blue. HEX triplet: 63, EA and FF. RGB value is (99,234,255). Sum of RGB (Red+Green+Blue) = 99+234+255=588 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.84% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #63EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EAFF is #9C1500. Grayscale: #C3C3C3. Windows color (decimal): -10228993 or 16771683. OLE color: 16771683.
HSL color Cylindrical-coordinate representation of color #63EAFF: hue angle of 188.08º 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 #63EAFF is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 234 | 255 | - |
| CMYK | 0.61 | 0.08 | 0 | 0 |
| HSL | 188.08º | 1% | 0.69% | - |
| HSV(B) | 188.08º | 0.61% | 1% | - |
| XYZ | 52.62 | 68.72 | 105.1 | - |
| YUV | 196.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 234 | 255 | 0.61 | 0.08 | 0 | 0 | 188.08 | 1 | 0.69 |
| Hex | 63 | EA | FF | 3D | 8 | 0 | 0 | BC | 64 | 45 |
| Octal | 143 | 352 | 377 | 75 | 10 | 0 | 0 | 274 | 144 | 105 |
| Binary | 1100011 | 11101010 | 11111111 | 111101 | 1000 | 0 | 0 | 10111100 | 1100100 | 1000101 |
Color Harmonies of #63EAFF
Complementary color
Monochromatic Colors of #63EAFF
Black with #63EAFF
Text Example
Text Example
White with #63EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63EAFF; }
p { color: rgb(99,234,255); }
H1.HeaderClassName
{
color: #63EAFF;
}
.AnyTagClassName
{
color: #63EAFF;
}
</style>
background-color css
<style>
a { background-color: #63EAFF; }
a { background-color: rgb(99,234,255); }
div.DivClassName
{
background-color: #63EAFF;
}
.BgClassName
{
background-color: #63EAFF;
}
</style>
border-color css
<style>
span { border-color: #63EAFF; }
span { border-color: rgb(99,234,255); }
td.TdClassName
{
border-color: #63EAFF;
}
.TagClassName
{
border-color: #63EAFF;
}
</style>