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