Shades of Baby Blue #5FFBEE
Tints of Baby Blue #5FFBEE
RGB
CMYK
RGB Variations
Color information
#5FFBEE (or 0x5FFBEE) is known color: Baby Blue. HEX triplet: 5F, FB and EE. RGB value is (95,251,238). Sum of RGB (Red+Green+Blue) = 95+251+238=584 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.27% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBEE is #A00411. Grayscale: #CACACA. Windows color (decimal): -10486802 or 15661919. OLE color: 15661919.
HSL color Cylindrical-coordinate representation of color #5FFBEE: hue angle of 175º 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 #5FFBEE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 238 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.02 |
| HSL | 175º | 0.95% | 0.68% | - |
| HSV(B) | 175º | 0.62% | 0.98% | - |
| XYZ | 54.65 | 77.6 | 92.99 | - |
| YUV | 202.87 | 147.82 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 238 | 0.62 | 0 | 0.05 | 0.02 | 175 | 0.95 | 0.68 |
| Hex | 5F | FB | EE | 3E | 0 | 5 | 2 | AF | 5F | 44 |
| Octal | 137 | 373 | 356 | 76 | 0 | 5 | 2 | 257 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11101110 | 111110 | 0 | 101 | 10 | 10101111 | 1011111 | 1000100 |
Color Harmonies of #5FFBEE
Complementary color
Monochromatic Colors of #5FFBEE
Black with #5FFBEE
Text Example
Text Example
White with #5FFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBEE; }
p { color: rgb(95,251,238); }
H1.HeaderClassName
{
color: #5FFBEE;
}
.AnyTagClassName
{
color: #5FFBEE;
}
</style>
background-color css
<style>
a { background-color: #5FFBEE; }
a { background-color: rgb(95,251,238); }
div.DivClassName
{
background-color: #5FFBEE;
}
.BgClassName
{
background-color: #5FFBEE;
}
</style>
border-color css
<style>
span { border-color: #5FFBEE; }
span { border-color: rgb(95,251,238); }
td.TdClassName
{
border-color: #5FFBEE;
}
.TagClassName
{
border-color: #5FFBEE;
}
</style>