Shades of Baby Blue #51FEFE
Tints of Baby Blue #51FEFE
RGB
CMYK
RGB Variations
Color information
#51FEFE (or 0x51FEFE) is known color: Baby Blue. HEX triplet: 51, FE and FE. RGB value is (81,254,254). Sum of RGB (Red+Green+Blue) = 81+254+254=589 (78% of max value = 765). Red value is 81 (32.03% from 255 or 13.75% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #51FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51FEFE is #AE0101. Grayscale: #CACACA. Windows color (decimal): -11403522 or 16711249. OLE color: 16711249.
HSL color Cylindrical-coordinate representation of color #51FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FEFE is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 254 | 254 | - |
| CMYK | 0.68 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.66% | - |
| HSV(B) | 180º | 0.68% | 1% | - |
| XYZ | 56.72 | 79.79 | 106.18 | - |
| YUV | 202.27 | 157.19 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 254 | 254 | 0.68 | 0 | 0 | 0.00 | 180 | 0.99 | 0.66 |
| Hex | 51 | FE | FE | 44 | 0 | 0 | 0 | B4 | 63 | 42 |
| Octal | 121 | 376 | 376 | 104 | 0 | 0 | 0 | 264 | 143 | 102 |
| Binary | 1010001 | 11111110 | 11111110 | 1000100 | 0 | 0 | 0 | 10110100 | 1100011 | 1000010 |
Color Harmonies of #51FEFE
Complementary color
Monochromatic Colors of #51FEFE
Black with #51FEFE
Text Example
Text Example
White with #51FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FEFE; }
p { color: rgb(81,254,254); }
H1.HeaderClassName
{
color: #51FEFE;
}
.AnyTagClassName
{
color: #51FEFE;
}
</style>
background-color css
<style>
a { background-color: #51FEFE; }
a { background-color: rgb(81,254,254); }
div.DivClassName
{
background-color: #51FEFE;
}
.BgClassName
{
background-color: #51FEFE;
}
</style>
border-color css
<style>
span { border-color: #51FEFE; }
span { border-color: rgb(81,254,254); }
td.TdClassName
{
border-color: #51FEFE;
}
.TagClassName
{
border-color: #51FEFE;
}
</style>