Shades of Baby Blue #6DEEFE
Tints of Baby Blue #6DEEFE
RGB
CMYK
RGB Variations
Color information
#6DEEFE (or 0x6DEEFE) is known color: Baby Blue. HEX triplet: 6D, EE and FE. RGB value is (109,238,254). Sum of RGB (Red+Green+Blue) = 109+238+254=601 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.14% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEFE is #921101. Grayscale: #C9C9C9. Windows color (decimal): -9572610 or 16707181. OLE color: 16707181.
HSL color Cylindrical-coordinate representation of color #6DEEFE: hue angle of 186.62º 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 #6DEEFE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 238 | 254 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.00 |
| HSL | 186.62º | 0.99% | 0.71% | - |
| HSV(B) | 186.62º | 0.57% | 1% | - |
| XYZ | 54.77 | 71.56 | 104.69 | - |
| YUV | 201.25 | 157.76 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 254 | 0.57 | 0.06 | 0 | 0.00 | 186.62 | 0.99 | 0.71 |
| Hex | 6D | EE | FE | 39 | 6 | 0 | 0 | BB | 63 | 47 |
| Octal | 155 | 356 | 376 | 71 | 6 | 0 | 0 | 273 | 143 | 107 |
| Binary | 1101101 | 11101110 | 11111110 | 111001 | 110 | 0 | 0 | 10111011 | 1100011 | 1000111 |
Color Harmonies of #6DEEFE
Complementary color
Monochromatic Colors of #6DEEFE
Black with #6DEEFE
Text Example
Text Example
White with #6DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEFE; }
p { color: rgb(109,238,254); }
H1.HeaderClassName
{
color: #6DEEFE;
}
.AnyTagClassName
{
color: #6DEEFE;
}
</style>
background-color css
<style>
a { background-color: #6DEEFE; }
a { background-color: rgb(109,238,254); }
div.DivClassName
{
background-color: #6DEEFE;
}
.BgClassName
{
background-color: #6DEEFE;
}
</style>
border-color css
<style>
span { border-color: #6DEEFE; }
span { border-color: rgb(109,238,254); }
td.TdClassName
{
border-color: #6DEEFE;
}
.TagClassName
{
border-color: #6DEEFE;
}
</style>