Shades of Baby Blue #63FFFF
Tints of Baby Blue #63FFFF
RGB
CMYK
RGB Variations
Color information
#63FFFF (or 0x63FFFF) is known color: Baby Blue. HEX triplet: 63, FF and FF. RGB value is (99,255,255). Sum of RGB (Red+Green+Blue) = 99+255+255=609 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.26% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #63FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FFFF is #9C0000. Grayscale: #D0D0D0. Windows color (decimal): -10223617 or 16777059. OLE color: 16777059.
HSL color Cylindrical-coordinate representation of color #63FFFF: hue angle of 180º 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 #63FFFF is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 255 | 255 | - |
| CMYK | 0.61 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.69% | - |
| HSV(B) | 180º | 0.61% | 1% | - |
| XYZ | 58.96 | 81.39 | 107.21 | - |
| YUV | 208.36 | 154.32 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 255 | 255 | 0.61 | 0 | 0 | 0 | 180 | 1 | 0.69 |
| Hex | 63 | FF | FF | 3D | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 143 | 377 | 377 | 75 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1100011 | 11111111 | 11111111 | 111101 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #63FFFF
Complementary color
Monochromatic Colors of #63FFFF
Black with #63FFFF
Text Example
Text Example
White with #63FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63FFFF; }
p { color: rgb(99,255,255); }
H1.HeaderClassName
{
color: #63FFFF;
}
.AnyTagClassName
{
color: #63FFFF;
}
</style>
background-color css
<style>
a { background-color: #63FFFF; }
a { background-color: rgb(99,255,255); }
div.DivClassName
{
background-color: #63FFFF;
}
.BgClassName
{
background-color: #63FFFF;
}
</style>
border-color css
<style>
span { border-color: #63FFFF; }
span { border-color: rgb(99,255,255); }
td.TdClassName
{
border-color: #63FFFF;
}
.TagClassName
{
border-color: #63FFFF;
}
</style>