Shades of Baby Blue #6DEDF3
Tints of Baby Blue #6DEDF3
RGB
CMYK
RGB Variations
Color information
#6DEDF3 (or 0x6DEDF3) is known color: Baby Blue. HEX triplet: 6D, ED and F3. RGB value is (109,237,243). Sum of RGB (Red+Green+Blue) = 109+237+243=589 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.51% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #6DEDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF3 is #92120C. Grayscale: #C7C7C7. Windows color (decimal): -9572877 or 15986029. OLE color: 15986029.
HSL color Cylindrical-coordinate representation of color #6DEDF3: hue angle of 182.69º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEDF3 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 237 | 243 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.05 |
| HSL | 182.69º | 0.85% | 0.69% | - |
| HSV(B) | 182.69º | 0.55% | 0.95% | - |
| XYZ | 52.77 | 70.29 | 95.58 | - |
| YUV | 199.41 | 152.59 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 243 | 0.55 | 0.02 | 0 | 0.05 | 182.69 | 0.85 | 0.69 |
| Hex | 6D | ED | F3 | 37 | 2 | 0 | 5 | B7 | 55 | 45 |
| Octal | 155 | 355 | 363 | 67 | 2 | 0 | 5 | 267 | 125 | 105 |
| Binary | 1101101 | 11101101 | 11110011 | 110111 | 10 | 0 | 101 | 10110111 | 1010101 | 1000101 |
Color Harmonies of #6DEDF3
Complementary color
Monochromatic Colors of #6DEDF3
Black with #6DEDF3
Text Example
Text Example
White with #6DEDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDF3; }
p { color: rgb(109,237,243); }
H1.HeaderClassName
{
color: #6DEDF3;
}
.AnyTagClassName
{
color: #6DEDF3;
}
</style>
background-color css
<style>
a { background-color: #6DEDF3; }
a { background-color: rgb(109,237,243); }
div.DivClassName
{
background-color: #6DEDF3;
}
.BgClassName
{
background-color: #6DEDF3;
}
</style>
border-color css
<style>
span { border-color: #6DEDF3; }
span { border-color: rgb(109,237,243); }
td.TdClassName
{
border-color: #6DEDF3;
}
.TagClassName
{
border-color: #6DEDF3;
}
</style>