Shades of Baby Blue #6EEEFC
Tints of Baby Blue #6EEEFC
RGB
CMYK
RGB Variations
Color information
#6EEEFC (or 0x6EEEFC) is known color: Baby Blue. HEX triplet: 6E, EE and FC. RGB value is (110,238,252). Sum of RGB (Red+Green+Blue) = 110+238+252=600 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.33% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #6EEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEEFC is #911103. Grayscale: #C9C9C9. Windows color (decimal): -9507076 or 16576110. OLE color: 16576110.
HSL color Cylindrical-coordinate representation of color #6EEEFC: hue angle of 185.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EEEFC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 238 | 252 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.01 |
| HSL | 185.92º | 0.96% | 0.71% | - |
| HSV(B) | 185.92º | 0.56% | 0.99% | - |
| XYZ | 54.58 | 71.49 | 103.02 | - |
| YUV | 201.32 | 156.59 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 252 | 0.56 | 0.06 | 0 | 0.01 | 185.92 | 0.96 | 0.71 |
| Hex | 6E | EE | FC | 38 | 6 | 0 | 1 | BA | 60 | 47 |
| Octal | 156 | 356 | 374 | 70 | 6 | 0 | 1 | 272 | 140 | 107 |
| Binary | 1101110 | 11101110 | 11111100 | 111000 | 110 | 0 | 1 | 10111010 | 1100000 | 1000111 |
Color Harmonies of #6EEEFC
Complementary color
Monochromatic Colors of #6EEEFC
Black with #6EEEFC
Text Example
Text Example
White with #6EEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEEFC; }
p { color: rgb(110,238,252); }
H1.HeaderClassName
{
color: #6EEEFC;
}
.AnyTagClassName
{
color: #6EEEFC;
}
</style>
background-color css
<style>
a { background-color: #6EEEFC; }
a { background-color: rgb(110,238,252); }
div.DivClassName
{
background-color: #6EEEFC;
}
.BgClassName
{
background-color: #6EEEFC;
}
</style>
border-color css
<style>
span { border-color: #6EEEFC; }
span { border-color: rgb(110,238,252); }
td.TdClassName
{
border-color: #6EEEFC;
}
.TagClassName
{
border-color: #6EEEFC;
}
</style>