Shades of Baby Blue #6CF2E9
Tints of Baby Blue #6CF2E9
RGB
CMYK
RGB Variations
Color information
#6CF2E9 (or 0x6CF2E9) is known color: Baby Blue. HEX triplet: 6C, F2 and E9. RGB value is (108,242,233). Sum of RGB (Red+Green+Blue) = 108+242+233=583 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.52% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2E9 is #930D16. Grayscale: #C8C8C8. Windows color (decimal): -9637143 or 15331948. OLE color: 15331948.
HSL color Cylindrical-coordinate representation of color #6CF2E9: hue angle of 175.97º 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 #6CF2E9 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 233 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.05 |
| HSL | 175.97º | 0.84% | 0.69% | - |
| HSV(B) | 175.97º | 0.55% | 0.95% | - |
| XYZ | 52.64 | 72.58 | 88.32 | - |
| YUV | 200.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 233 | 0.55 | 0 | 0.04 | 0.05 | 175.97 | 0.84 | 0.69 |
| Hex | 6C | F2 | E9 | 37 | 0 | 4 | 5 | B0 | 54 | 45 |
| Octal | 154 | 362 | 351 | 67 | 0 | 4 | 5 | 260 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11101001 | 110111 | 0 | 100 | 101 | 10110000 | 1010100 | 1000101 |
Color Harmonies of #6CF2E9
Complementary color
Monochromatic Colors of #6CF2E9
Black with #6CF2E9
Text Example
Text Example
White with #6CF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2E9; }
p { color: rgb(108,242,233); }
H1.HeaderClassName
{
color: #6CF2E9;
}
.AnyTagClassName
{
color: #6CF2E9;
}
</style>
background-color css
<style>
a { background-color: #6CF2E9; }
a { background-color: rgb(108,242,233); }
div.DivClassName
{
background-color: #6CF2E9;
}
.BgClassName
{
background-color: #6CF2E9;
}
</style>
border-color css
<style>
span { border-color: #6CF2E9; }
span { border-color: rgb(108,242,233); }
td.TdClassName
{
border-color: #6CF2E9;
}
.TagClassName
{
border-color: #6CF2E9;
}
</style>