Shades of Baby Blue #5FFFE2
Tints of Baby Blue #5FFFE2
RGB
CMYK
RGB Variations
Color information
#5FFFE2 (or 0x5FFFE2) is known color: Baby Blue. HEX triplet: 5F, FF and E2. RGB value is (95,255,226). Sum of RGB (Red+Green+Blue) = 95+255+226=576 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.49% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFE2 is #A0001D. Grayscale: #CBCBCB. Windows color (decimal): -10485790 or 14876511. OLE color: 14876511.
HSL color Cylindrical-coordinate representation of color #5FFFE2: hue angle of 169.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFE2 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 226 | - |
| CMYK | 0.63 | 0 | 0.11 | 0 |
| HSL | 169.13º | 1% | 0.69% | - |
| HSV(B) | 169.13º | 0.63% | 1% | - |
| XYZ | 54.21 | 79.44 | 84.43 | - |
| YUV | 203.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 226 | 0.63 | 0 | 0.11 | 0 | 169.13 | 1 | 0.69 |
| Hex | 5F | FF | E2 | 3F | 0 | B | 0 | A9 | 64 | 45 |
| Octal | 137 | 377 | 342 | 77 | 0 | 13 | 0 | 251 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11100010 | 111111 | 0 | 1011 | 0 | 10101001 | 1100100 | 1000101 |
Color Harmonies of #5FFFE2
Complementary color
Monochromatic Colors of #5FFFE2
Black with #5FFFE2
Text Example
Text Example
White with #5FFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFE2; }
p { color: rgb(95,255,226); }
H1.HeaderClassName
{
color: #5FFFE2;
}
.AnyTagClassName
{
color: #5FFFE2;
}
</style>
background-color css
<style>
a { background-color: #5FFFE2; }
a { background-color: rgb(95,255,226); }
div.DivClassName
{
background-color: #5FFFE2;
}
.BgClassName
{
background-color: #5FFFE2;
}
</style>
border-color css
<style>
span { border-color: #5FFFE2; }
span { border-color: rgb(95,255,226); }
td.TdClassName
{
border-color: #5FFFE2;
}
.TagClassName
{
border-color: #5FFFE2;
}
</style>