Shades of Baby Blue #5FEFF0
Tints of Baby Blue #5FEFF0
RGB
CMYK
RGB Variations
Color information
#5FEFF0 (or 0x5FEFF0) is known color: Baby Blue. HEX triplet: 5F, EF and F0. RGB value is (95,239,240). Sum of RGB (Red+Green+Blue) = 95+239+240=574 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.55% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FEFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEFF0 is #A0100F. Grayscale: #C3C3C3. Windows color (decimal): -10489872 or 15789919. OLE color: 15789919.
HSL color Cylindrical-coordinate representation of color #5FEFF0: hue angle of 180.41º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFF0 is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 240 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.06 |
| HSL | 180.41º | 0.83% | 0.66% | - |
| HSV(B) | 180.41º | 0.6% | 0.94% | - |
| XYZ | 51.31 | 70.46 | 93.33 | - |
| YUV | 196.06 | 152.79 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 240 | 0.60 | 0.00 | 0 | 0.06 | 180.41 | 0.83 | 0.66 |
| Hex | 5F | EF | F0 | 3C | 0 | 0 | 6 | B4 | 53 | 42 |
| Octal | 137 | 357 | 360 | 74 | 0 | 0 | 6 | 264 | 123 | 102 |
| Binary | 1011111 | 11101111 | 11110000 | 111100 | 0 | 0 | 110 | 10110100 | 1010011 | 1000010 |
Color Harmonies of #5FEFF0
Complementary color
Monochromatic Colors of #5FEFF0
Black with #5FEFF0
Text Example
Text Example
White with #5FEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEFF0; }
p { color: rgb(95,239,240); }
H1.HeaderClassName
{
color: #5FEFF0;
}
.AnyTagClassName
{
color: #5FEFF0;
}
</style>
background-color css
<style>
a { background-color: #5FEFF0; }
a { background-color: rgb(95,239,240); }
div.DivClassName
{
background-color: #5FEFF0;
}
.BgClassName
{
background-color: #5FEFF0;
}
</style>
border-color css
<style>
span { border-color: #5FEFF0; }
span { border-color: rgb(95,239,240); }
td.TdClassName
{
border-color: #5FEFF0;
}
.TagClassName
{
border-color: #5FEFF0;
}
</style>