Shades of Baby Blue #63FBED
Tints of Baby Blue #63FBED
RGB
CMYK
RGB Variations
Color information
#63FBED (or 0x63FBED) is known color: Baby Blue. HEX triplet: 63, FB and ED. RGB value is (99,251,237). Sum of RGB (Red+Green+Blue) = 99+251+237=587 (77% of max value = 765). Red value is 99 (39.06% from 255 or 16.87% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #63FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FBED is #9C0412. Grayscale: #CBCBCB. Windows color (decimal): -10224659 or 15596387. OLE color: 15596387.
HSL color Cylindrical-coordinate representation of color #63FBED: hue angle of 174.47º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63FBED is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 251 | 237 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.02 |
| HSL | 174.47º | 0.95% | 0.69% | - |
| HSV(B) | 174.47º | 0.61% | 0.98% | - |
| XYZ | 54.93 | 77.76 | 92.24 | - |
| YUV | 203.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 251 | 237 | 0.61 | 0 | 0.06 | 0.02 | 174.47 | 0.95 | 0.69 |
| Hex | 63 | FB | ED | 3D | 0 | 6 | 2 | AE | 5F | 45 |
| Octal | 143 | 373 | 355 | 75 | 0 | 6 | 2 | 256 | 137 | 105 |
| Binary | 1100011 | 11111011 | 11101101 | 111101 | 0 | 110 | 10 | 10101110 | 1011111 | 1000101 |
Color Harmonies of #63FBED
Complementary color
Monochromatic Colors of #63FBED
Black with #63FBED
Text Example
Text Example
White with #63FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FBED; }
p { color: rgb(99,251,237); }
H1.HeaderClassName
{
color: #63FBED;
}
.AnyTagClassName
{
color: #63FBED;
}
</style>
background-color css
<style>
a { background-color: #63FBED; }
a { background-color: rgb(99,251,237); }
div.DivClassName
{
background-color: #63FBED;
}
.BgClassName
{
background-color: #63FBED;
}
</style>
border-color css
<style>
span { border-color: #63FBED; }
span { border-color: rgb(99,251,237); }
td.TdClassName
{
border-color: #63FBED;
}
.TagClassName
{
border-color: #63FBED;
}
</style>