Shades of Baby Blue #6DF2EA
Tints of Baby Blue #6DF2EA
RGB
CMYK
RGB Variations
Color information
#6DF2EA (or 0x6DF2EA) is known color: Baby Blue. HEX triplet: 6D, F2 and EA. RGB value is (109,242,234). Sum of RGB (Red+Green+Blue) = 109+242+234=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF2EA is #920D15. Grayscale: #C9C9C9. Windows color (decimal): -9571606 or 15397485. OLE color: 15397485.
HSL color Cylindrical-coordinate representation of color #6DF2EA: hue angle of 176.39º 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 #6DF2EA is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 234 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.05 |
| HSL | 176.39º | 0.84% | 0.69% | - |
| HSV(B) | 176.39º | 0.55% | 0.95% | - |
| XYZ | 52.91 | 72.7 | 89.08 | - |
| YUV | 201.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 234 | 0.55 | 0 | 0.03 | 0.05 | 176.39 | 0.84 | 0.69 |
| Hex | 6D | F2 | EA | 37 | 0 | 3 | 5 | B0 | 54 | 45 |
| Octal | 155 | 362 | 352 | 67 | 0 | 3 | 5 | 260 | 124 | 105 |
| Binary | 1101101 | 11110010 | 11101010 | 110111 | 0 | 11 | 101 | 10110000 | 1010100 | 1000101 |
Color Harmonies of #6DF2EA
Complementary color
Monochromatic Colors of #6DF2EA
Black with #6DF2EA
Text Example
Text Example
White with #6DF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF2EA; }
p { color: rgb(109,242,234); }
H1.HeaderClassName
{
color: #6DF2EA;
}
.AnyTagClassName
{
color: #6DF2EA;
}
</style>
background-color css
<style>
a { background-color: #6DF2EA; }
a { background-color: rgb(109,242,234); }
div.DivClassName
{
background-color: #6DF2EA;
}
.BgClassName
{
background-color: #6DF2EA;
}
</style>
border-color css
<style>
span { border-color: #6DF2EA; }
span { border-color: rgb(109,242,234); }
td.TdClassName
{
border-color: #6DF2EA;
}
.TagClassName
{
border-color: #6DF2EA;
}
</style>