Shades of Baby Blue #6DFDED
Tints of Baby Blue #6DFDED
RGB
CMYK
RGB Variations
Color information
#6DFDED (or 0x6DFDED) is known color: Baby Blue. HEX triplet: 6D, FD and ED. RGB value is (109,253,237). Sum of RGB (Red+Green+Blue) = 109+253+237=599 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.20% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDED is #920212. Grayscale: #D0D0D0. Windows color (decimal): -9568787 or 15596909. OLE color: 15596909.
HSL color Cylindrical-coordinate representation of color #6DFDED: hue angle of 173.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDED is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 109 | 253 | 237 | - |
CMYK | 0.57 | 0 | 0.06 | 0.01 |
HSL | 173.33º | 0.97% | 0.71% | - |
HSV(B) | 173.33º | 0.57% | 0.99% | - |
XYZ | 56.72 | 79.62 | 92.5 | - |
YUV | 208.12 | 144.29 | 57.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 253 | 237 | 0.57 | 0 | 0.06 | 0.01 | 173.33 | 0.97 | 0.71 |
Hex | 6D | FD | ED | 39 | 0 | 6 | 1 | AD | 61 | 47 |
Octal | 155 | 375 | 355 | 71 | 0 | 6 | 1 | 255 | 141 | 107 |
Binary | 1101101 | 11111101 | 11101101 | 111001 | 0 | 110 | 1 | 10101101 | 1100001 | 1000111 |
Color Harmonies of #6DFDED
Complementary color
Monochromatic Colors of #6DFDED
Black with #6DFDED
Text Example
Text Example
White with #6DFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDED; }
p { color: rgb(109,253,237); }
H1.HeaderClassName
{
color: #6DFDED;
}
.AnyTagClassName
{
color: #6DFDED;
}
</style>
background-color css
<style>
a { background-color: #6DFDED; }
a { background-color: rgb(109,253,237); }
div.DivClassName
{
background-color: #6DFDED;
}
.BgClassName
{
background-color: #6DFDED;
}
</style>
border-color css
<style>
span { border-color: #6DFDED; }
span { border-color: rgb(109,253,237); }
td.TdClassName
{
border-color: #6DFDED;
}
.TagClassName
{
border-color: #6DFDED;
}
</style>