Shades of Baby Blue #6AEEFE
Tints of Baby Blue #6AEEFE
RGB
CMYK
RGB Variations
Color information
#6AEEFE (or 0x6AEEFE) is known color: Baby Blue. HEX triplet: 6A, EE and FE. RGB value is (106,238,254). Sum of RGB (Red+Green+Blue) = 106+238+254=598 (79% of max value = 765). Red value is 106 (41.80% from 255 or 17.73% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEEFE is #951101. Grayscale: #C8C8C8. Windows color (decimal): -9769218 or 16707178. OLE color: 16707178.
HSL color Cylindrical-coordinate representation of color #6AEEFE: hue angle of 186.49º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AEEFE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 238 | 254 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.00 |
| HSL | 186.49º | 0.99% | 0.71% | - |
| HSV(B) | 186.49º | 0.58% | 1% | - |
| XYZ | 54.41 | 71.37 | 104.67 | - |
| YUV | 200.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 254 | 0.58 | 0.06 | 0 | 0.00 | 186.49 | 0.99 | 0.71 |
| Hex | 6A | EE | FE | 3A | 6 | 0 | 0 | BA | 63 | 47 |
| Octal | 152 | 356 | 376 | 72 | 6 | 0 | 0 | 272 | 143 | 107 |
| Binary | 1101010 | 11101110 | 11111110 | 111010 | 110 | 0 | 0 | 10111010 | 1100011 | 1000111 |
Color Harmonies of #6AEEFE
Complementary color
Monochromatic Colors of #6AEEFE
Black with #6AEEFE
Text Example
Text Example
White with #6AEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEFE; }
p { color: rgb(106,238,254); }
H1.HeaderClassName
{
color: #6AEEFE;
}
.AnyTagClassName
{
color: #6AEEFE;
}
</style>
background-color css
<style>
a { background-color: #6AEEFE; }
a { background-color: rgb(106,238,254); }
div.DivClassName
{
background-color: #6AEEFE;
}
.BgClassName
{
background-color: #6AEEFE;
}
</style>
border-color css
<style>
span { border-color: #6AEEFE; }
span { border-color: rgb(106,238,254); }
td.TdClassName
{
border-color: #6AEEFE;
}
.TagClassName
{
border-color: #6AEEFE;
}
</style>