Shades of Baby Blue #5DFEFF
Tints of Baby Blue #5DFEFF
RGB
CMYK
RGB Variations
Color information
#5DFEFF (or 0x5DFEFF) is known color: Baby Blue. HEX triplet: 5D, FE and FF. RGB value is (93,254,255). Sum of RGB (Red+Green+Blue) = 93+254+255=602 (79% of max value = 765). Red value is 93 (36.72% from 255 or 15.45% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DFEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEFF is #A20100. Grayscale: #CDCDCD. Windows color (decimal): -10617089 or 16776797. OLE color: 16776797.
HSL color Cylindrical-coordinate representation of color #5DFEFF: hue angle of 180.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFEFF is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 254 | 255 | - |
| CMYK | 0.64 | 0.00 | 0 | 0 |
| HSL | 180.37º | 1% | 0.68% | - |
| HSV(B) | 180.37º | 0.64% | 1% | - |
| XYZ | 58.01 | 80.43 | 107.08 | - |
| YUV | 205.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 255 | 0.64 | 0.00 | 0 | 0 | 180.37 | 1 | 0.68 |
| Hex | 5D | FE | FF | 40 | 0 | 0 | 0 | B4 | 64 | 44 |
| Octal | 135 | 376 | 377 | 100 | 0 | 0 | 0 | 264 | 144 | 104 |
| Binary | 1011101 | 11111110 | 11111111 | 1000000 | 0 | 0 | 0 | 10110100 | 1100100 | 1000100 |
Color Harmonies of #5DFEFF
Complementary color
Monochromatic Colors of #5DFEFF
Black with #5DFEFF
Text Example
Text Example
White with #5DFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEFF; }
p { color: rgb(93,254,255); }
H1.HeaderClassName
{
color: #5DFEFF;
}
.AnyTagClassName
{
color: #5DFEFF;
}
</style>
background-color css
<style>
a { background-color: #5DFEFF; }
a { background-color: rgb(93,254,255); }
div.DivClassName
{
background-color: #5DFEFF;
}
.BgClassName
{
background-color: #5DFEFF;
}
</style>
border-color css
<style>
span { border-color: #5DFEFF; }
span { border-color: rgb(93,254,255); }
td.TdClassName
{
border-color: #5DFEFF;
}
.TagClassName
{
border-color: #5DFEFF;
}
</style>