Shades of Baby Blue #6CFFEB
Tints of Baby Blue #6CFFEB
RGB
CMYK
RGB Variations
Color information
#6CFFEB (or 0x6CFFEB) is known color: Baby Blue. HEX triplet: 6C, FF and EB. RGB value is (108,255,235). Sum of RGB (Red+Green+Blue) = 108+255+235=598 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.06% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFEB is #930014. Grayscale: #D0D0D0. Windows color (decimal): -9633813 or 15466348. OLE color: 15466348.
HSL color Cylindrical-coordinate representation of color #6CFFEB: hue angle of 171.84º 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 #6CFFEB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 235 | - |
| CMYK | 0.58 | 0 | 0.08 | 0 |
| HSL | 171.84º | 1% | 0.71% | - |
| HSV(B) | 171.84º | 0.58% | 1% | - |
| XYZ | 56.94 | 80.71 | 91.17 | - |
| YUV | 208.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 235 | 0.58 | 0 | 0.08 | 0 | 171.84 | 1 | 0.71 |
| Hex | 6C | FF | EB | 3A | 0 | 8 | 0 | AC | 64 | 47 |
| Octal | 154 | 377 | 353 | 72 | 0 | 10 | 0 | 254 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11101011 | 111010 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000111 |
Color Harmonies of #6CFFEB
Complementary color
Monochromatic Colors of #6CFFEB
Black with #6CFFEB
Text Example
Text Example
White with #6CFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFEB; }
p { color: rgb(108,255,235); }
H1.HeaderClassName
{
color: #6CFFEB;
}
.AnyTagClassName
{
color: #6CFFEB;
}
</style>
background-color css
<style>
a { background-color: #6CFFEB; }
a { background-color: rgb(108,255,235); }
div.DivClassName
{
background-color: #6CFFEB;
}
.BgClassName
{
background-color: #6CFFEB;
}
</style>
border-color css
<style>
span { border-color: #6CFFEB; }
span { border-color: rgb(108,255,235); }
td.TdClassName
{
border-color: #6CFFEB;
}
.TagClassName
{
border-color: #6CFFEB;
}
</style>