Shades of Baby Blue #6DEDFF
Tints of Baby Blue #6DEDFF
RGB
CMYK
RGB Variations
Color information
#6DEDFF (or 0x6DEDFF) is known color: Baby Blue. HEX triplet: 6D, ED and FF. RGB value is (109,237,255). Sum of RGB (Red+Green+Blue) = 109+237+255=601 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.14% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDFF is #921200. Grayscale: #C8C8C8. Windows color (decimal): -9572865 or 16772461. OLE color: 16772461.
HSL color Cylindrical-coordinate representation of color #6DEDFF: hue angle of 187.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DEDFF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 237 | 255 | - |
| CMYK | 0.57 | 0.07 | 0 | 0 |
| HSL | 187.4º | 1% | 0.71% | - |
| HSV(B) | 187.4º | 0.57% | 1% | - |
| XYZ | 54.64 | 71.04 | 105.44 | - |
| YUV | 200.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 255 | 0.57 | 0.07 | 0 | 0 | 187.4 | 1 | 0.71 |
| Hex | 6D | ED | FF | 39 | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 155 | 355 | 377 | 71 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101101 | 11101101 | 11111111 | 111001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6DEDFF
Complementary color
Monochromatic Colors of #6DEDFF
Black with #6DEDFF
Text Example
Text Example
White with #6DEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDFF; }
p { color: rgb(109,237,255); }
H1.HeaderClassName
{
color: #6DEDFF;
}
.AnyTagClassName
{
color: #6DEDFF;
}
</style>
background-color css
<style>
a { background-color: #6DEDFF; }
a { background-color: rgb(109,237,255); }
div.DivClassName
{
background-color: #6DEDFF;
}
.BgClassName
{
background-color: #6DEDFF;
}
</style>
border-color css
<style>
span { border-color: #6DEDFF; }
span { border-color: rgb(109,237,255); }
td.TdClassName
{
border-color: #6DEDFF;
}
.TagClassName
{
border-color: #6DEDFF;
}
</style>