Shades of Baby Blue #5FFBE3
Tints of Baby Blue #5FFBE3
RGB
CMYK
RGB Variations
Color information
#5FFBE3 (or 0x5FFBE3) is known color: Baby Blue. HEX triplet: 5F, FB and E3. RGB value is (95,251,227). Sum of RGB (Red+Green+Blue) = 95+251+227=573 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.58% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBE3 is #A0041C. Grayscale: #C9C9C9. Windows color (decimal): -10486813 or 14941023. OLE color: 14941023.
HSL color Cylindrical-coordinate representation of color #5FFBE3: hue angle of 170.77º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBE3 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 227 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.02 |
| HSL | 170.77º | 0.95% | 0.68% | - |
| HSV(B) | 170.77º | 0.62% | 0.98% | - |
| XYZ | 53.08 | 76.97 | 84.73 | - |
| YUV | 201.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 227 | 0.62 | 0 | 0.10 | 0.02 | 170.77 | 0.95 | 0.68 |
| Hex | 5F | FB | E3 | 3E | 0 | A | 2 | AB | 5F | 44 |
| Octal | 137 | 373 | 343 | 76 | 0 | 12 | 2 | 253 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11100011 | 111110 | 0 | 1010 | 10 | 10101011 | 1011111 | 1000100 |
Color Harmonies of #5FFBE3
Complementary color
Monochromatic Colors of #5FFBE3
Black with #5FFBE3
Text Example
Text Example
White with #5FFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBE3; }
p { color: rgb(95,251,227); }
H1.HeaderClassName
{
color: #5FFBE3;
}
.AnyTagClassName
{
color: #5FFBE3;
}
</style>
background-color css
<style>
a { background-color: #5FFBE3; }
a { background-color: rgb(95,251,227); }
div.DivClassName
{
background-color: #5FFBE3;
}
.BgClassName
{
background-color: #5FFBE3;
}
</style>
border-color css
<style>
span { border-color: #5FFBE3; }
span { border-color: rgb(95,251,227); }
td.TdClassName
{
border-color: #5FFBE3;
}
.TagClassName
{
border-color: #5FFBE3;
}
</style>