Shades of Baby Blue #6DEDFE
Tints of Baby Blue #6DEDFE
RGB
CMYK
RGB Variations
Color information
#6DEDFE (or 0x6DEDFE) is known color: Baby Blue. HEX triplet: 6D, ED and FE. RGB value is (109,237,254). Sum of RGB (Red+Green+Blue) = 109+237+254=600 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #6DEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDFE is #921201. Grayscale: #C8C8C8. Windows color (decimal): -9572866 or 16706925. OLE color: 16706925.
HSL color Cylindrical-coordinate representation of color #6DEDFE: hue angle of 187.03º 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 #6DEDFE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 237 | 254 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.00 |
| HSL | 187.03º | 0.99% | 0.71% | - |
| HSV(B) | 187.03º | 0.57% | 1% | - |
| XYZ | 54.48 | 70.98 | 104.59 | - |
| YUV | 200.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 254 | 0.57 | 0.07 | 0 | 0.00 | 187.03 | 0.99 | 0.71 |
| Hex | 6D | ED | FE | 39 | 7 | 0 | 0 | BB | 63 | 47 |
| Octal | 155 | 355 | 376 | 71 | 7 | 0 | 0 | 273 | 143 | 107 |
| Binary | 1101101 | 11101101 | 11111110 | 111001 | 111 | 0 | 0 | 10111011 | 1100011 | 1000111 |
Color Harmonies of #6DEDFE
Complementary color
Monochromatic Colors of #6DEDFE
Black with #6DEDFE
Text Example
Text Example
White with #6DEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDFE; }
p { color: rgb(109,237,254); }
H1.HeaderClassName
{
color: #6DEDFE;
}
.AnyTagClassName
{
color: #6DEDFE;
}
</style>
background-color css
<style>
a { background-color: #6DEDFE; }
a { background-color: rgb(109,237,254); }
div.DivClassName
{
background-color: #6DEDFE;
}
.BgClassName
{
background-color: #6DEDFE;
}
</style>
border-color css
<style>
span { border-color: #6DEDFE; }
span { border-color: rgb(109,237,254); }
td.TdClassName
{
border-color: #6DEDFE;
}
.TagClassName
{
border-color: #6DEDFE;
}
</style>