Shades of Baby Blue #6DFDF5
Tints of Baby Blue #6DFDF5
RGB
CMYK
RGB Variations
Color information
#6DFDF5 (or 0x6DFDF5) is known color: Baby Blue. HEX triplet: 6D, FD and F5. RGB value is (109,253,245). Sum of RGB (Red+Green+Blue) = 109+253+245=607 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.96% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 245 (96.09% from 255 or 40.36% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDF5 is #92020A. Grayscale: #D0D0D0. Windows color (decimal): -9568779 or 16121197. OLE color: 16121197.
HSL color Cylindrical-coordinate representation of color #6DFDF5: hue angle of 176.67º 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 #6DFDF5 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 245 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.01 |
| HSL | 176.67º | 0.97% | 0.71% | - |
| HSV(B) | 176.67º | 0.57% | 0.99% | - |
| XYZ | 57.91 | 80.09 | 98.79 | - |
| YUV | 209.03 | 148.29 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 245 | 0.57 | 0 | 0.03 | 0.01 | 176.67 | 0.97 | 0.71 |
| Hex | 6D | FD | F5 | 39 | 0 | 3 | 1 | B1 | 61 | 47 |
| Octal | 155 | 375 | 365 | 71 | 0 | 3 | 1 | 261 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11110101 | 111001 | 0 | 11 | 1 | 10110001 | 1100001 | 1000111 |
Color Harmonies of #6DFDF5
Complementary color
Monochromatic Colors of #6DFDF5
Black with #6DFDF5
Text Example
Text Example
White with #6DFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDF5; }
p { color: rgb(109,253,245); }
H1.HeaderClassName
{
color: #6DFDF5;
}
.AnyTagClassName
{
color: #6DFDF5;
}
</style>
background-color css
<style>
a { background-color: #6DFDF5; }
a { background-color: rgb(109,253,245); }
div.DivClassName
{
background-color: #6DFDF5;
}
.BgClassName
{
background-color: #6DFDF5;
}
</style>
border-color css
<style>
span { border-color: #6DFDF5; }
span { border-color: rgb(109,253,245); }
td.TdClassName
{
border-color: #6DFDF5;
}
.TagClassName
{
border-color: #6DFDF5;
}
</style>