Shades of Baby Blue #6DEDF2
Tints of Baby Blue #6DEDF2
RGB
CMYK
RGB Variations
Color information
#6DEDF2 (or 0x6DEDF2) is known color: Baby Blue. HEX triplet: 6D, ED and F2. RGB value is (109,237,242). Sum of RGB (Red+Green+Blue) = 109+237+242=588 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.54% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DEDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF2 is #92120D. Grayscale: #C7C7C7. Windows color (decimal): -9572878 or 15920493. OLE color: 15920493.
HSL color Cylindrical-coordinate representation of color #6DEDF2: hue angle of 182.26º degrees, saturation: 0.84, 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 #6DEDF2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 237 | 242 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.05 |
| HSL | 182.26º | 0.84% | 0.69% | - |
| HSV(B) | 182.26º | 0.55% | 0.95% | - |
| XYZ | 52.62 | 70.23 | 94.79 | - |
| YUV | 199.3 | 152.09 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 242 | 0.55 | 0.02 | 0 | 0.05 | 182.26 | 0.84 | 0.69 |
| Hex | 6D | ED | F2 | 37 | 2 | 0 | 5 | B6 | 54 | 45 |
| Octal | 155 | 355 | 362 | 67 | 2 | 0 | 5 | 266 | 124 | 105 |
| Binary | 1101101 | 11101101 | 11110010 | 110111 | 10 | 0 | 101 | 10110110 | 1010100 | 1000101 |
Color Harmonies of #6DEDF2
Complementary color
Monochromatic Colors of #6DEDF2
Black with #6DEDF2
Text Example
Text Example
White with #6DEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDF2; }
p { color: rgb(109,237,242); }
H1.HeaderClassName
{
color: #6DEDF2;
}
.AnyTagClassName
{
color: #6DEDF2;
}
</style>
background-color css
<style>
a { background-color: #6DEDF2; }
a { background-color: rgb(109,237,242); }
div.DivClassName
{
background-color: #6DEDF2;
}
.BgClassName
{
background-color: #6DEDF2;
}
</style>
border-color css
<style>
span { border-color: #6DEDF2; }
span { border-color: rgb(109,237,242); }
td.TdClassName
{
border-color: #6DEDF2;
}
.TagClassName
{
border-color: #6DEDF2;
}
</style>