Shades of Baby Blue #6DEDF4
Tints of Baby Blue #6DEDF4
RGB
CMYK
RGB Variations
Color information
#6DEDF4 (or 0x6DEDF4) is known color: Baby Blue. HEX triplet: 6D, ED and F4. RGB value is (109,237,244). Sum of RGB (Red+Green+Blue) = 109+237+244=590 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.47% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 244 (95.70% from 255 or 41.36% from 590); Max value from RGB is 244 - color contains mainly: blue. Hex color #6DEDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEDF4 is #92120B. Grayscale: #C7C7C7. Windows color (decimal): -9572876 or 16051565. OLE color: 16051565.
HSL color Cylindrical-coordinate representation of color #6DEDF4: hue angle of 183.11º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DEDF4 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 237 | 244 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.04 |
| HSL | 183.11º | 0.86% | 0.69% | - |
| HSV(B) | 183.11º | 0.55% | 0.96% | - |
| XYZ | 52.92 | 70.35 | 96.38 | - |
| YUV | 199.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 244 | 0.55 | 0.03 | 0 | 0.04 | 183.11 | 0.86 | 0.69 |
| Hex | 6D | ED | F4 | 37 | 3 | 0 | 4 | B7 | 56 | 45 |
| Octal | 155 | 355 | 364 | 67 | 3 | 0 | 4 | 267 | 126 | 105 |
| Binary | 1101101 | 11101101 | 11110100 | 110111 | 11 | 0 | 100 | 10110111 | 1010110 | 1000101 |
Color Harmonies of #6DEDF4
Complementary color
Monochromatic Colors of #6DEDF4
Black with #6DEDF4
Text Example
Text Example
White with #6DEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDF4; }
p { color: rgb(109,237,244); }
H1.HeaderClassName
{
color: #6DEDF4;
}
.AnyTagClassName
{
color: #6DEDF4;
}
</style>
background-color css
<style>
a { background-color: #6DEDF4; }
a { background-color: rgb(109,237,244); }
div.DivClassName
{
background-color: #6DEDF4;
}
.BgClassName
{
background-color: #6DEDF4;
}
</style>
border-color css
<style>
span { border-color: #6DEDF4; }
span { border-color: rgb(109,237,244); }
td.TdClassName
{
border-color: #6DEDF4;
}
.TagClassName
{
border-color: #6DEDF4;
}
</style>