Shades of Baby Blue #5DFBE6
Tints of Baby Blue #5DFBE6
RGB
CMYK
RGB Variations
Color information
#5DFBE6 (or 0x5DFBE6) is known color: Baby Blue. HEX triplet: 5D, FB and E6. RGB value is (93,251,230). Sum of RGB (Red+Green+Blue) = 93+251+230=574 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.20% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #5DFBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFBE6 is #A20419. Grayscale: #C9C9C9. Windows color (decimal): -10617882 or 15137629. OLE color: 15137629.
HSL color Cylindrical-coordinate representation of color #5DFBE6: hue angle of 172.03º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFBE6 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 251 | 230 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.02 |
| HSL | 172.03º | 0.95% | 0.67% | - |
| HSV(B) | 172.03º | 0.63% | 0.98% | - |
| XYZ | 53.29 | 77.03 | 86.92 | - |
| YUV | 201.36 | 144.15 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 251 | 230 | 0.63 | 0 | 0.08 | 0.02 | 172.03 | 0.95 | 0.67 |
| Hex | 5D | FB | E6 | 3F | 0 | 8 | 2 | AC | 5F | 43 |
| Octal | 135 | 373 | 346 | 77 | 0 | 10 | 2 | 254 | 137 | 103 |
| Binary | 1011101 | 11111011 | 11100110 | 111111 | 0 | 1000 | 10 | 10101100 | 1011111 | 1000011 |
Color Harmonies of #5DFBE6
Complementary color
Monochromatic Colors of #5DFBE6
Black with #5DFBE6
Text Example
Text Example
White with #5DFBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFBE6; }
p { color: rgb(93,251,230); }
H1.HeaderClassName
{
color: #5DFBE6;
}
.AnyTagClassName
{
color: #5DFBE6;
}
</style>
background-color css
<style>
a { background-color: #5DFBE6; }
a { background-color: rgb(93,251,230); }
div.DivClassName
{
background-color: #5DFBE6;
}
.BgClassName
{
background-color: #5DFBE6;
}
</style>
border-color css
<style>
span { border-color: #5DFBE6; }
span { border-color: rgb(93,251,230); }
td.TdClassName
{
border-color: #5DFBE6;
}
.TagClassName
{
border-color: #5DFBE6;
}
</style>