Shades of Baby Blue #5FEFF5
Tints of Baby Blue #5FEFF5
RGB
CMYK
RGB Variations
Color information
#5FEFF5 (or 0x5FEFF5) is known color: Baby Blue. HEX triplet: 5F, EF and F5. RGB value is (95,239,245). Sum of RGB (Red+Green+Blue) = 95+239+245=579 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.41% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #5FEFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFF5 is #A0100A. Grayscale: #C4C4C4. Windows color (decimal): -10489867 or 16117599. OLE color: 16117599.
HSL color Cylindrical-coordinate representation of color #5FEFF5: hue angle of 182.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FEFF5 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 239 | 245 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.04 |
| HSL | 182.4º | 0.88% | 0.67% | - |
| HSV(B) | 182.4º | 0.61% | 0.96% | - |
| XYZ | 52.07 | 70.76 | 97.3 | - |
| YUV | 196.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 245 | 0.61 | 0.02 | 0 | 0.04 | 182.4 | 0.88 | 0.67 |
| Hex | 5F | EF | F5 | 3D | 2 | 0 | 4 | B6 | 58 | 43 |
| Octal | 137 | 357 | 365 | 75 | 2 | 0 | 4 | 266 | 130 | 103 |
| Binary | 1011111 | 11101111 | 11110101 | 111101 | 10 | 0 | 100 | 10110110 | 1011000 | 1000011 |
Color Harmonies of #5FEFF5
Complementary color
Monochromatic Colors of #5FEFF5
Black with #5FEFF5
Text Example
Text Example
White with #5FEFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFF5; }
p { color: rgb(95,239,245); }
H1.HeaderClassName
{
color: #5FEFF5;
}
.AnyTagClassName
{
color: #5FEFF5;
}
</style>
background-color css
<style>
a { background-color: #5FEFF5; }
a { background-color: rgb(95,239,245); }
div.DivClassName
{
background-color: #5FEFF5;
}
.BgClassName
{
background-color: #5FEFF5;
}
</style>
border-color css
<style>
span { border-color: #5FEFF5; }
span { border-color: rgb(95,239,245); }
td.TdClassName
{
border-color: #5FEFF5;
}
.TagClassName
{
border-color: #5FEFF5;
}
</style>