Shades of Baby Blue #5DEEF9
Tints of Baby Blue #5DEEF9
RGB
CMYK
RGB Variations
Color information
#5DEEF9 (or 0x5DEEF9) is known color: Baby Blue. HEX triplet: 5D, EE and F9. RGB value is (93,238,249). Sum of RGB (Red+Green+Blue) = 93+238+249=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #5DEEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEF9 is #A21106. Grayscale: #C3C3C3. Windows color (decimal): -10621191 or 16379485. OLE color: 16379485.
HSL color Cylindrical-coordinate representation of color #5DEEF9: hue angle of 184.23º degrees, saturation: 0.93, 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 #5DEEF9 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 238 | 249 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.02 |
| HSL | 184.23º | 0.93% | 0.67% | - |
| HSV(B) | 184.23º | 0.63% | 0.98% | - |
| XYZ | 52.19 | 70.32 | 100.44 | - |
| YUV | 195.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 249 | 0.63 | 0.04 | 0 | 0.02 | 184.23 | 0.93 | 0.67 |
| Hex | 5D | EE | F9 | 3F | 4 | 0 | 2 | B8 | 5D | 43 |
| Octal | 135 | 356 | 371 | 77 | 4 | 0 | 2 | 270 | 135 | 103 |
| Binary | 1011101 | 11101110 | 11111001 | 111111 | 100 | 0 | 10 | 10111000 | 1011101 | 1000011 |
Color Harmonies of #5DEEF9
Complementary color
Monochromatic Colors of #5DEEF9
Black with #5DEEF9
Text Example
Text Example
White with #5DEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEF9; }
p { color: rgb(93,238,249); }
H1.HeaderClassName
{
color: #5DEEF9;
}
.AnyTagClassName
{
color: #5DEEF9;
}
</style>
background-color css
<style>
a { background-color: #5DEEF9; }
a { background-color: rgb(93,238,249); }
div.DivClassName
{
background-color: #5DEEF9;
}
.BgClassName
{
background-color: #5DEEF9;
}
</style>
border-color css
<style>
span { border-color: #5DEEF9; }
span { border-color: rgb(93,238,249); }
td.TdClassName
{
border-color: #5DEEF9;
}
.TagClassName
{
border-color: #5DEEF9;
}
</style>