Shades of Baby Blue #6DF2EB
Tints of Baby Blue #6DF2EB
RGB
CMYK
RGB Variations
Color information
#6DF2EB (or 0x6DF2EB) is known color: Baby Blue. HEX triplet: 6D, F2 and EB. RGB value is (109,242,235). Sum of RGB (Red+Green+Blue) = 109+242+235=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF2EB is #920D14. Grayscale: #C9C9C9. Windows color (decimal): -9571605 or 15463021. OLE color: 15463021.
HSL color Cylindrical-coordinate representation of color #6DF2EB: hue angle of 176.84º 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 #6DF2EB is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 235 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.05 |
| HSL | 176.84º | 0.84% | 0.69% | - |
| HSV(B) | 176.84º | 0.55% | 0.95% | - |
| XYZ | 53.05 | 72.75 | 89.84 | - |
| YUV | 201.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 235 | 0.55 | 0 | 0.03 | 0.05 | 176.84 | 0.84 | 0.69 |
| Hex | 6D | F2 | EB | 37 | 0 | 3 | 5 | B1 | 54 | 45 |
| Octal | 155 | 362 | 353 | 67 | 0 | 3 | 5 | 261 | 124 | 105 |
| Binary | 1101101 | 11110010 | 11101011 | 110111 | 0 | 11 | 101 | 10110001 | 1010100 | 1000101 |
Color Harmonies of #6DF2EB
Complementary color
Monochromatic Colors of #6DF2EB
Black with #6DF2EB
Text Example
Text Example
White with #6DF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF2EB; }
p { color: rgb(109,242,235); }
H1.HeaderClassName
{
color: #6DF2EB;
}
.AnyTagClassName
{
color: #6DF2EB;
}
</style>
background-color css
<style>
a { background-color: #6DF2EB; }
a { background-color: rgb(109,242,235); }
div.DivClassName
{
background-color: #6DF2EB;
}
.BgClassName
{
background-color: #6DF2EB;
}
</style>
border-color css
<style>
span { border-color: #6DF2EB; }
span { border-color: rgb(109,242,235); }
td.TdClassName
{
border-color: #6DF2EB;
}
.TagClassName
{
border-color: #6DF2EB;
}
</style>