Shades of Baby Blue #6CF2ED
Tints of Baby Blue #6CF2ED
RGB
CMYK
RGB Variations
Color information
#6CF2ED (or 0x6CF2ED) is known color: Baby Blue. HEX triplet: 6C, F2 and ED. RGB value is (108,242,237). Sum of RGB (Red+Green+Blue) = 108+242+237=587 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.40% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2ED is #930D12. Grayscale: #C9C9C9. Windows color (decimal): -9637139 or 15594092. OLE color: 15594092.
HSL color Cylindrical-coordinate representation of color #6CF2ED: hue angle of 177.76º 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 #6CF2ED is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 237 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.05 |
| HSL | 177.76º | 0.84% | 0.69% | - |
| HSV(B) | 177.76º | 0.55% | 0.95% | - |
| XYZ | 53.22 | 72.81 | 91.37 | - |
| YUV | 201.36 | 148.11 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 237 | 0.55 | 0 | 0.02 | 0.05 | 177.76 | 0.84 | 0.69 |
| Hex | 6C | F2 | ED | 37 | 0 | 2 | 5 | B2 | 54 | 45 |
| Octal | 154 | 362 | 355 | 67 | 0 | 2 | 5 | 262 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11101101 | 110111 | 0 | 10 | 101 | 10110010 | 1010100 | 1000101 |
Color Harmonies of #6CF2ED
Complementary color
Monochromatic Colors of #6CF2ED
Black with #6CF2ED
Text Example
Text Example
White with #6CF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2ED; }
p { color: rgb(108,242,237); }
H1.HeaderClassName
{
color: #6CF2ED;
}
.AnyTagClassName
{
color: #6CF2ED;
}
</style>
background-color css
<style>
a { background-color: #6CF2ED; }
a { background-color: rgb(108,242,237); }
div.DivClassName
{
background-color: #6CF2ED;
}
.BgClassName
{
background-color: #6CF2ED;
}
</style>
border-color css
<style>
span { border-color: #6CF2ED; }
span { border-color: rgb(108,242,237); }
td.TdClassName
{
border-color: #6CF2ED;
}
.TagClassName
{
border-color: #6CF2ED;
}
</style>