Shades of Baby Blue #5FEAFD
Tints of Baby Blue #5FEAFD
RGB
CMYK
RGB Variations
Color information
#5FEAFD (or 0x5FEAFD) is known color: Baby Blue. HEX triplet: 5F, EA and FD. RGB value is (95,234,253). Sum of RGB (Red+Green+Blue) = 95+234+253=582 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.32% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FEAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAFD is #A01502. Grayscale: #C2C2C2. Windows color (decimal): -10491139 or 16640607. OLE color: 16640607.
HSL color Cylindrical-coordinate representation of color #5FEAFD: hue angle of 187.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FEAFD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 234 | 253 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.01 |
| HSL | 187.22º | 0.98% | 0.68% | - |
| HSV(B) | 187.22º | 0.62% | 0.99% | - |
| XYZ | 51.87 | 68.37 | 103.39 | - |
| YUV | 194.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 253 | 0.62 | 0.08 | 0 | 0.01 | 187.22 | 0.98 | 0.68 |
| Hex | 5F | EA | FD | 3E | 8 | 0 | 1 | BB | 62 | 44 |
| Octal | 137 | 352 | 375 | 76 | 10 | 0 | 1 | 273 | 142 | 104 |
| Binary | 1011111 | 11101010 | 11111101 | 111110 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000100 |
Color Harmonies of #5FEAFD
Complementary color
Monochromatic Colors of #5FEAFD
Black with #5FEAFD
Text Example
Text Example
White with #5FEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAFD; }
p { color: rgb(95,234,253); }
H1.HeaderClassName
{
color: #5FEAFD;
}
.AnyTagClassName
{
color: #5FEAFD;
}
</style>
background-color css
<style>
a { background-color: #5FEAFD; }
a { background-color: rgb(95,234,253); }
div.DivClassName
{
background-color: #5FEAFD;
}
.BgClassName
{
background-color: #5FEAFD;
}
</style>
border-color css
<style>
span { border-color: #5FEAFD; }
span { border-color: rgb(95,234,253); }
td.TdClassName
{
border-color: #5FEAFD;
}
.TagClassName
{
border-color: #5FEAFD;
}
</style>