Shades of Baby Blue #6DEEF2
Tints of Baby Blue #6DEEF2
RGB
CMYK
RGB Variations
Color information
#6DEEF2 (or 0x6DEEF2) is known color: Baby Blue. HEX triplet: 6D, EE and F2. RGB value is (109,238,242). Sum of RGB (Red+Green+Blue) = 109+238+242=589 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.51% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DEEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEF2 is #92110D. Grayscale: #C7C7C7. Windows color (decimal): -9572622 or 15920749. OLE color: 15920749.
HSL color Cylindrical-coordinate representation of color #6DEEF2: hue angle of 181.8º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEEF2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 238 | 242 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.05 |
| HSL | 181.8º | 0.84% | 0.69% | - |
| HSV(B) | 181.8º | 0.55% | 0.95% | - |
| XYZ | 52.91 | 70.81 | 94.88 | - |
| YUV | 199.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 242 | 0.55 | 0.02 | 0 | 0.05 | 181.8 | 0.84 | 0.69 |
| Hex | 6D | EE | F2 | 37 | 2 | 0 | 5 | B6 | 54 | 45 |
| Octal | 155 | 356 | 362 | 67 | 2 | 0 | 5 | 266 | 124 | 105 |
| Binary | 1101101 | 11101110 | 11110010 | 110111 | 10 | 0 | 101 | 10110110 | 1010100 | 1000101 |
Color Harmonies of #6DEEF2
Complementary color
Monochromatic Colors of #6DEEF2
Black with #6DEEF2
Text Example
Text Example
White with #6DEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEF2; }
p { color: rgb(109,238,242); }
H1.HeaderClassName
{
color: #6DEEF2;
}
.AnyTagClassName
{
color: #6DEEF2;
}
</style>
background-color css
<style>
a { background-color: #6DEEF2; }
a { background-color: rgb(109,238,242); }
div.DivClassName
{
background-color: #6DEEF2;
}
.BgClassName
{
background-color: #6DEEF2;
}
</style>
border-color css
<style>
span { border-color: #6DEEF2; }
span { border-color: rgb(109,238,242); }
td.TdClassName
{
border-color: #6DEEF2;
}
.TagClassName
{
border-color: #6DEEF2;
}
</style>