Shades of Baby Blue #6CEEFF
Tints of Baby Blue #6CEEFF
RGB
CMYK
RGB Variations
Color information
#6CEEFF (or 0x6CEEFF) is known color: Baby Blue. HEX triplet: 6C, EE and FF. RGB value is (108,238,255). Sum of RGB (Red+Green+Blue) = 108+238+255=601 (79% of max value = 765). Red value is 108 (42.58% from 255 or 17.97% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEFF is #931100. Grayscale: #C8C8C8. Windows color (decimal): -9638145 or 16772716. OLE color: 16772716.
HSL color Cylindrical-coordinate representation of color #6CEEFF: hue angle of 186.94º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CEEFF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 238 | 255 | - |
| CMYK | 0.58 | 0.07 | 0 | 0 |
| HSL | 186.94º | 1% | 0.71% | - |
| HSV(B) | 186.94º | 0.58% | 1% | - |
| XYZ | 54.81 | 71.56 | 105.53 | - |
| YUV | 201.07 | 158.43 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 255 | 0.58 | 0.07 | 0 | 0 | 186.94 | 1 | 0.71 |
| Hex | 6C | EE | FF | 3A | 7 | 0 | 0 | BB | 64 | 47 |
| Octal | 154 | 356 | 377 | 72 | 7 | 0 | 0 | 273 | 144 | 107 |
| Binary | 1101100 | 11101110 | 11111111 | 111010 | 111 | 0 | 0 | 10111011 | 1100100 | 1000111 |
Color Harmonies of #6CEEFF
Complementary color
Monochromatic Colors of #6CEEFF
Black with #6CEEFF
Text Example
Text Example
White with #6CEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEFF; }
p { color: rgb(108,238,255); }
H1.HeaderClassName
{
color: #6CEEFF;
}
.AnyTagClassName
{
color: #6CEEFF;
}
</style>
background-color css
<style>
a { background-color: #6CEEFF; }
a { background-color: rgb(108,238,255); }
div.DivClassName
{
background-color: #6CEEFF;
}
.BgClassName
{
background-color: #6CEEFF;
}
</style>
border-color css
<style>
span { border-color: #6CEEFF; }
span { border-color: rgb(108,238,255); }
td.TdClassName
{
border-color: #6CEEFF;
}
.TagClassName
{
border-color: #6CEEFF;
}
</style>