Shades of Baby Blue #6CF2EE
Tints of Baby Blue #6CF2EE
RGB
CMYK
RGB Variations
Color information
#6CF2EE (or 0x6CF2EE) is known color: Baby Blue. HEX triplet: 6C, F2 and EE. RGB value is (108,242,238). Sum of RGB (Red+Green+Blue) = 108+242+238=588 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.37% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF2EE is #930D11. Grayscale: #C9C9C9. Windows color (decimal): -9637138 or 15659628. OLE color: 15659628.
HSL color Cylindrical-coordinate representation of color #6CF2EE: hue angle of 178.21º 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 #6CF2EE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 242 | 238 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.05 |
| HSL | 178.21º | 0.84% | 0.69% | - |
| HSV(B) | 178.21º | 0.55% | 0.95% | - |
| XYZ | 53.37 | 72.87 | 92.14 | - |
| YUV | 201.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 242 | 238 | 0.55 | 0 | 0.02 | 0.05 | 178.21 | 0.84 | 0.69 |
| Hex | 6C | F2 | EE | 37 | 0 | 2 | 5 | B2 | 54 | 45 |
| Octal | 154 | 362 | 356 | 67 | 0 | 2 | 5 | 262 | 124 | 105 |
| Binary | 1101100 | 11110010 | 11101110 | 110111 | 0 | 10 | 101 | 10110010 | 1010100 | 1000101 |
Color Harmonies of #6CF2EE
Complementary color
Monochromatic Colors of #6CF2EE
Black with #6CF2EE
Text Example
Text Example
White with #6CF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF2EE; }
p { color: rgb(108,242,238); }
H1.HeaderClassName
{
color: #6CF2EE;
}
.AnyTagClassName
{
color: #6CF2EE;
}
</style>
background-color css
<style>
a { background-color: #6CF2EE; }
a { background-color: rgb(108,242,238); }
div.DivClassName
{
background-color: #6CF2EE;
}
.BgClassName
{
background-color: #6CF2EE;
}
</style>
border-color css
<style>
span { border-color: #6CF2EE; }
span { border-color: rgb(108,242,238); }
td.TdClassName
{
border-color: #6CF2EE;
}
.TagClassName
{
border-color: #6CF2EE;
}
</style>