Shades of Baby Blue #6DFEEF
Tints of Baby Blue #6DFEEF
RGB
CMYK
RGB Variations
Color information
#6DFEEF (or 0x6DFEEF) is known color: Baby Blue. HEX triplet: 6D, FE and EF. RGB value is (109,254,239). Sum of RGB (Red+Green+Blue) = 109+254+239=602 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.11% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEEF is #920110. Grayscale: #D0D0D0. Windows color (decimal): -9568529 or 15728237. OLE color: 15728237.
HSL color Cylindrical-coordinate representation of color #6DFEEF: hue angle of 173.79º 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 #6DFEEF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 239 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.00 |
| HSL | 173.79º | 0.99% | 0.71% | - |
| HSV(B) | 173.79º | 0.57% | 1% | - |
| XYZ | 57.33 | 80.37 | 94.15 | - |
| YUV | 208.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 239 | 0.57 | 0 | 0.06 | 0.00 | 173.79 | 0.99 | 0.71 |
| Hex | 6D | FE | EF | 39 | 0 | 6 | 0 | AE | 63 | 47 |
| Octal | 155 | 376 | 357 | 71 | 0 | 6 | 0 | 256 | 143 | 107 |
| Binary | 1101101 | 11111110 | 11101111 | 111001 | 0 | 110 | 0 | 10101110 | 1100011 | 1000111 |
Color Harmonies of #6DFEEF
Complementary color
Monochromatic Colors of #6DFEEF
Black with #6DFEEF
Text Example
Text Example
White with #6DFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEEF; }
p { color: rgb(109,254,239); }
H1.HeaderClassName
{
color: #6DFEEF;
}
.AnyTagClassName
{
color: #6DFEEF;
}
</style>
background-color css
<style>
a { background-color: #6DFEEF; }
a { background-color: rgb(109,254,239); }
div.DivClassName
{
background-color: #6DFEEF;
}
.BgClassName
{
background-color: #6DFEEF;
}
</style>
border-color css
<style>
span { border-color: #6DFEEF; }
span { border-color: rgb(109,254,239); }
td.TdClassName
{
border-color: #6DFEEF;
}
.TagClassName
{
border-color: #6DFEEF;
}
</style>