Shades of Baby Blue #6DFCF4
Tints of Baby Blue #6DFCF4
RGB
CMYK
RGB Variations
Color information
#6DFCF4 (or 0x6DFCF4) is known color: Baby Blue. HEX triplet: 6D, FC and F4. RGB value is (109,252,244). Sum of RGB (Red+Green+Blue) = 109+252+244=605 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.02% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #6DFCF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFCF4 is #92030B. Grayscale: #D0D0D0. Windows color (decimal): -9569036 or 16055405. OLE color: 16055405.
HSL color Cylindrical-coordinate representation of color #6DFCF4: hue angle of 176.64º degrees, saturation: 0.96, 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 #6DFCF4 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 252 | 244 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.01 |
| HSL | 176.64º | 0.96% | 0.71% | - |
| HSV(B) | 176.64º | 0.57% | 0.99% | - |
| XYZ | 57.45 | 79.4 | 97.89 | - |
| YUV | 208.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 252 | 244 | 0.57 | 0 | 0.03 | 0.01 | 176.64 | 0.96 | 0.71 |
| Hex | 6D | FC | F4 | 39 | 0 | 3 | 1 | B1 | 60 | 47 |
| Octal | 155 | 374 | 364 | 71 | 0 | 3 | 1 | 261 | 140 | 107 |
| Binary | 1101101 | 11111100 | 11110100 | 111001 | 0 | 11 | 1 | 10110001 | 1100000 | 1000111 |
Color Harmonies of #6DFCF4
Complementary color
Monochromatic Colors of #6DFCF4
Black with #6DFCF4
Text Example
Text Example
White with #6DFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFCF4; }
p { color: rgb(109,252,244); }
H1.HeaderClassName
{
color: #6DFCF4;
}
.AnyTagClassName
{
color: #6DFCF4;
}
</style>
background-color css
<style>
a { background-color: #6DFCF4; }
a { background-color: rgb(109,252,244); }
div.DivClassName
{
background-color: #6DFCF4;
}
.BgClassName
{
background-color: #6DFCF4;
}
</style>
border-color css
<style>
span { border-color: #6DFCF4; }
span { border-color: rgb(109,252,244); }
td.TdClassName
{
border-color: #6DFCF4;
}
.TagClassName
{
border-color: #6DFCF4;
}
</style>