Shades of Baby Blue #6DEFEE
Tints of Baby Blue #6DEFEE
RGB
CMYK
RGB Variations
Color information
#6DEFEE (or 0x6DEFEE) is known color: Baby Blue. HEX triplet: 6D, EF and EE. RGB value is (109,239,238). Sum of RGB (Red+Green+Blue) = 109+239+238=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #6DEFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEFEE is #921011. Grayscale: #C7C7C7. Windows color (decimal): -9572370 or 15658861. OLE color: 15658861.
HSL color Cylindrical-coordinate representation of color #6DEFEE: hue angle of 179.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEFEE is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 239 | 238 | - |
| CMYK | 0.54 | 0 | 0.00 | 0.06 |
| HSL | 179.54º | 0.8% | 0.68% | - |
| HSV(B) | 179.54º | 0.54% | 0.94% | - |
| XYZ | 52.61 | 71.16 | 91.85 | - |
| YUV | 200.02 | 149.43 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 239 | 238 | 0.54 | 0 | 0.00 | 0.06 | 179.54 | 0.8 | 0.68 |
| Hex | 6D | EF | EE | 36 | 0 | 0 | 6 | B4 | 50 | 44 |
| Octal | 155 | 357 | 356 | 66 | 0 | 0 | 6 | 264 | 120 | 104 |
| Binary | 1101101 | 11101111 | 11101110 | 110110 | 0 | 0 | 110 | 10110100 | 1010000 | 1000100 |
Color Harmonies of #6DEFEE
Complementary color
Monochromatic Colors of #6DEFEE
Black with #6DEFEE
Text Example
Text Example
White with #6DEFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEFEE; }
p { color: rgb(109,239,238); }
H1.HeaderClassName
{
color: #6DEFEE;
}
.AnyTagClassName
{
color: #6DEFEE;
}
</style>
background-color css
<style>
a { background-color: #6DEFEE; }
a { background-color: rgb(109,239,238); }
div.DivClassName
{
background-color: #6DEFEE;
}
.BgClassName
{
background-color: #6DEFEE;
}
</style>
border-color css
<style>
span { border-color: #6DEFEE; }
span { border-color: rgb(109,239,238); }
td.TdClassName
{
border-color: #6DEFEE;
}
.TagClassName
{
border-color: #6DEFEE;
}
</style>