Shades of Baby Blue #6EFDEE
Tints of Baby Blue #6EFDEE
RGB
CMYK
RGB Variations
Color information
#6EFDEE (or 0x6EFDEE) is known color: Baby Blue. HEX triplet: 6E, FD and EE. RGB value is (110,253,238). Sum of RGB (Red+Green+Blue) = 110+253+238=601 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.30% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #6EFDEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFDEE is #910211. Grayscale: #D0D0D0. Windows color (decimal): -9503250 or 15662446. OLE color: 15662446.
HSL color Cylindrical-coordinate representation of color #6EFDEE: hue angle of 173.71º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDEE is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 253 | 238 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.01 |
| HSL | 173.71º | 0.97% | 0.71% | - |
| HSV(B) | 173.71º | 0.57% | 0.99% | - |
| XYZ | 56.99 | 79.74 | 93.28 | - |
| YUV | 208.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 238 | 0.57 | 0 | 0.06 | 0.01 | 173.71 | 0.97 | 0.71 |
| Hex | 6E | FD | EE | 39 | 0 | 6 | 1 | AE | 61 | 47 |
| Octal | 156 | 375 | 356 | 71 | 0 | 6 | 1 | 256 | 141 | 107 |
| Binary | 1101110 | 11111101 | 11101110 | 111001 | 0 | 110 | 1 | 10101110 | 1100001 | 1000111 |
Color Harmonies of #6EFDEE
Complementary color
Monochromatic Colors of #6EFDEE
Black with #6EFDEE
Text Example
Text Example
White with #6EFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDEE; }
p { color: rgb(110,253,238); }
H1.HeaderClassName
{
color: #6EFDEE;
}
.AnyTagClassName
{
color: #6EFDEE;
}
</style>
background-color css
<style>
a { background-color: #6EFDEE; }
a { background-color: rgb(110,253,238); }
div.DivClassName
{
background-color: #6EFDEE;
}
.BgClassName
{
background-color: #6EFDEE;
}
</style>
border-color css
<style>
span { border-color: #6EFDEE; }
span { border-color: rgb(110,253,238); }
td.TdClassName
{
border-color: #6EFDEE;
}
.TagClassName
{
border-color: #6EFDEE;
}
</style>