Shades of Baby Blue #6CFEED
Tints of Baby Blue #6CFEED
RGB
CMYK
RGB Variations
Color information
#6CFEED (or 0x6CFEED) is known color: Baby Blue. HEX triplet: 6C, FE and ED. RGB value is (108,254,237). Sum of RGB (Red+Green+Blue) = 108+254+237=599 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.03% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #6CFEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFEED is #930112. Grayscale: #D0D0D0. Windows color (decimal): -9634067 or 15597164. OLE color: 15597164.
HSL color Cylindrical-coordinate representation of color #6CFEED: hue angle of 173.01º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFEED is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 254 | 237 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.00 |
| HSL | 173.01º | 0.99% | 0.71% | - |
| HSV(B) | 173.01º | 0.57% | 1% | - |
| XYZ | 56.91 | 80.19 | 92.6 | - |
| YUV | 208.41 | 144.13 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 254 | 237 | 0.57 | 0 | 0.07 | 0.00 | 173.01 | 0.99 | 0.71 |
| Hex | 6C | FE | ED | 39 | 0 | 7 | 0 | AD | 63 | 47 |
| Octal | 154 | 376 | 355 | 71 | 0 | 7 | 0 | 255 | 143 | 107 |
| Binary | 1101100 | 11111110 | 11101101 | 111001 | 0 | 111 | 0 | 10101101 | 1100011 | 1000111 |
Color Harmonies of #6CFEED
Complementary color
Monochromatic Colors of #6CFEED
Black with #6CFEED
Text Example
Text Example
White with #6CFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFEED; }
p { color: rgb(108,254,237); }
H1.HeaderClassName
{
color: #6CFEED;
}
.AnyTagClassName
{
color: #6CFEED;
}
</style>
background-color css
<style>
a { background-color: #6CFEED; }
a { background-color: rgb(108,254,237); }
div.DivClassName
{
background-color: #6CFEED;
}
.BgClassName
{
background-color: #6CFEED;
}
</style>
border-color css
<style>
span { border-color: #6CFEED; }
span { border-color: rgb(108,254,237); }
td.TdClassName
{
border-color: #6CFEED;
}
.TagClassName
{
border-color: #6CFEED;
}
</style>