Shades of Baby Blue #6DEEFF
Tints of Baby Blue #6DEEFF
RGB
CMYK
RGB Variations
Color information
#6DEEFF (or 0x6DEEFF) is known color: Baby Blue. HEX triplet: 6D, EE and FF. RGB value is (109,238,255). Sum of RGB (Red+Green+Blue) = 109+238+255=602 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.11% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEEFF is #921100. Grayscale: #C9C9C9. Windows color (decimal): -9572609 or 16772717. OLE color: 16772717.
HSL color Cylindrical-coordinate representation of color #6DEEFF: hue angle of 186.99º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DEEFF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 238 | 255 | - |
| CMYK | 0.57 | 0.07 | 0 | 0 |
| HSL | 186.99º | 1% | 0.71% | - |
| HSV(B) | 186.99º | 0.57% | 1% | - |
| XYZ | 54.93 | 71.62 | 105.54 | - |
| YUV | 201.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 238 | 255 | 0.57 | 0.07 | 0 | 0 | 186.99 | 1 | 0.71 |
| Hex | 6D | EE | FF | 39 | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 155 | 356 | 377 | 71 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101101 | 11101110 | 11111111 | 111001 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6DEEFF
Complementary color
Monochromatic Colors of #6DEEFF
Black with #6DEEFF
Text Example
Text Example
White with #6DEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEEFF; }
p { color: rgb(109,238,255); }
H1.HeaderClassName
{
color: #6DEEFF;
}
.AnyTagClassName
{
color: #6DEEFF;
}
</style>
background-color css
<style>
a { background-color: #6DEEFF; }
a { background-color: rgb(109,238,255); }
div.DivClassName
{
background-color: #6DEEFF;
}
.BgClassName
{
background-color: #6DEEFF;
}
</style>
border-color css
<style>
span { border-color: #6DEEFF; }
span { border-color: rgb(109,238,255); }
td.TdClassName
{
border-color: #6DEEFF;
}
.TagClassName
{
border-color: #6DEEFF;
}
</style>