Shades of Baby Blue #6DFEF3
Tints of Baby Blue #6DFEF3
RGB
CMYK
RGB Variations
Color information
#6DFEF3 (or 0x6DFEF3) is known color: Baby Blue. HEX triplet: 6D, FE and F3. RGB value is (109,254,243). Sum of RGB (Red+Green+Blue) = 109+254+243=606 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.99% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEF3 is #92010C. Grayscale: #D1D1D1. Windows color (decimal): -9568525 or 15990381. OLE color: 15990381.
HSL color Cylindrical-coordinate representation of color #6DFEF3: hue angle of 175.45º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFEF3 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 243 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.00 |
| HSL | 175.45º | 0.99% | 0.71% | - |
| HSV(B) | 175.45º | 0.57% | 1% | - |
| XYZ | 57.93 | 80.61 | 97.3 | - |
| YUV | 209.39 | 146.96 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 243 | 0.57 | 0 | 0.04 | 0.00 | 175.45 | 0.99 | 0.71 |
| Hex | 6D | FE | F3 | 39 | 0 | 4 | 0 | AF | 63 | 47 |
| Octal | 155 | 376 | 363 | 71 | 0 | 4 | 0 | 257 | 143 | 107 |
| Binary | 1101101 | 11111110 | 11110011 | 111001 | 0 | 100 | 0 | 10101111 | 1100011 | 1000111 |
Color Harmonies of #6DFEF3
Complementary color
Monochromatic Colors of #6DFEF3
Black with #6DFEF3
Text Example
Text Example
White with #6DFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEF3; }
p { color: rgb(109,254,243); }
H1.HeaderClassName
{
color: #6DFEF3;
}
.AnyTagClassName
{
color: #6DFEF3;
}
</style>
background-color css
<style>
a { background-color: #6DFEF3; }
a { background-color: rgb(109,254,243); }
div.DivClassName
{
background-color: #6DFEF3;
}
.BgClassName
{
background-color: #6DFEF3;
}
</style>
border-color css
<style>
span { border-color: #6DFEF3; }
span { border-color: rgb(109,254,243); }
td.TdClassName
{
border-color: #6DFEF3;
}
.TagClassName
{
border-color: #6DFEF3;
}
</style>