Shades of Baby Blue #6EFDFE
Tints of Baby Blue #6EFDFE
RGB
CMYK
RGB Variations
Color information
#6EFDFE (or 0x6EFDFE) is known color: Baby Blue. HEX triplet: 6E, FD and FE. RGB value is (110,253,254). Sum of RGB (Red+Green+Blue) = 110+253+254=617 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.83% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFDFE is #910201. Grayscale: #D2D2D2. Windows color (decimal): -9503234 or 16711022. OLE color: 16711022.
HSL color Cylindrical-coordinate representation of color #6EFDFE: hue angle of 180.42º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFDFE is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 253 | 254 | - |
| CMYK | 0.57 | 0.00 | 0 | 0.00 |
| HSL | 180.42º | 0.99% | 0.71% | - |
| HSV(B) | 180.42º | 0.57% | 1% | - |
| XYZ | 59.45 | 80.72 | 106.21 | - |
| YUV | 210.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 253 | 254 | 0.57 | 0.00 | 0 | 0.00 | 180.42 | 0.99 | 0.71 |
| Hex | 6E | FD | FE | 39 | 0 | 0 | 0 | B4 | 63 | 47 |
| Octal | 156 | 375 | 376 | 71 | 0 | 0 | 0 | 264 | 143 | 107 |
| Binary | 1101110 | 11111101 | 11111110 | 111001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000111 |
Color Harmonies of #6EFDFE
Complementary color
Monochromatic Colors of #6EFDFE
Black with #6EFDFE
Text Example
Text Example
White with #6EFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFDFE; }
p { color: rgb(110,253,254); }
H1.HeaderClassName
{
color: #6EFDFE;
}
.AnyTagClassName
{
color: #6EFDFE;
}
</style>
background-color css
<style>
a { background-color: #6EFDFE; }
a { background-color: rgb(110,253,254); }
div.DivClassName
{
background-color: #6EFDFE;
}
.BgClassName
{
background-color: #6EFDFE;
}
</style>
border-color css
<style>
span { border-color: #6EFDFE; }
span { border-color: rgb(110,253,254); }
td.TdClassName
{
border-color: #6EFDFE;
}
.TagClassName
{
border-color: #6EFDFE;
}
</style>