Shades of Baby Blue #6DF5EF
Tints of Baby Blue #6DF5EF
RGB
CMYK
RGB Variations
Color information
#6DF5EF (or 0x6DF5EF) is known color: Baby Blue. HEX triplet: 6D, F5 and EF. RGB value is (109,245,239). Sum of RGB (Red+Green+Blue) = 109+245+239=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF5EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF5EF is #920A10. Grayscale: #CBCBCB. Windows color (decimal): -9570833 or 15725933. OLE color: 15725933.
HSL color Cylindrical-coordinate representation of color #6DF5EF: hue angle of 177.35º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF5EF is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 245 | 239 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.04 |
| HSL | 177.35º | 0.87% | 0.69% | - |
| HSV(B) | 177.35º | 0.56% | 0.96% | - |
| XYZ | 54.54 | 74.79 | 93.22 | - |
| YUV | 203.65 | 147.94 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 245 | 239 | 0.56 | 0 | 0.02 | 0.04 | 177.35 | 0.87 | 0.69 |
| Hex | 6D | F5 | EF | 38 | 0 | 2 | 4 | B1 | 57 | 45 |
| Octal | 155 | 365 | 357 | 70 | 0 | 2 | 4 | 261 | 127 | 105 |
| Binary | 1101101 | 11110101 | 11101111 | 111000 | 0 | 10 | 100 | 10110001 | 1010111 | 1000101 |
Color Harmonies of #6DF5EF
Complementary color
Monochromatic Colors of #6DF5EF
Black with #6DF5EF
Text Example
Text Example
White with #6DF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF5EF; }
p { color: rgb(109,245,239); }
H1.HeaderClassName
{
color: #6DF5EF;
}
.AnyTagClassName
{
color: #6DF5EF;
}
</style>
background-color css
<style>
a { background-color: #6DF5EF; }
a { background-color: rgb(109,245,239); }
div.DivClassName
{
background-color: #6DF5EF;
}
.BgClassName
{
background-color: #6DF5EF;
}
</style>
border-color css
<style>
span { border-color: #6DF5EF; }
span { border-color: rgb(109,245,239); }
td.TdClassName
{
border-color: #6DF5EF;
}
.TagClassName
{
border-color: #6DF5EF;
}
</style>