Shades of Baby Blue #6CFFE6
Tints of Baby Blue #6CFFE6
RGB
CMYK
RGB Variations
Color information
#6CFFE6 (or 0x6CFFE6) is known color: Baby Blue. HEX triplet: 6C, FF and E6. RGB value is (108,255,230). Sum of RGB (Red+Green+Blue) = 108+255+230=593 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.21% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFE6 is #930019. Grayscale: #D0D0D0. Windows color (decimal): -9633818 or 15138668. OLE color: 15138668.
HSL color Cylindrical-coordinate representation of color #6CFFE6: hue angle of 169.8º 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 #6CFFE6 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 230 | - |
| CMYK | 0.58 | 0 | 0.10 | 0 |
| HSL | 169.8º | 1% | 0.71% | - |
| HSV(B) | 169.8º | 0.58% | 1% | - |
| XYZ | 56.23 | 80.42 | 87.42 | - |
| YUV | 208.2 | 140.3 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 230 | 0.58 | 0 | 0.10 | 0 | 169.8 | 1 | 0.71 |
| Hex | 6C | FF | E6 | 3A | 0 | A | 0 | AA | 64 | 47 |
| Octal | 154 | 377 | 346 | 72 | 0 | 12 | 0 | 252 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11100110 | 111010 | 0 | 1010 | 0 | 10101010 | 1100100 | 1000111 |
Color Harmonies of #6CFFE6
Complementary color
Monochromatic Colors of #6CFFE6
Black with #6CFFE6
Text Example
Text Example
White with #6CFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFE6; }
p { color: rgb(108,255,230); }
H1.HeaderClassName
{
color: #6CFFE6;
}
.AnyTagClassName
{
color: #6CFFE6;
}
</style>
background-color css
<style>
a { background-color: #6CFFE6; }
a { background-color: rgb(108,255,230); }
div.DivClassName
{
background-color: #6CFFE6;
}
.BgClassName
{
background-color: #6CFFE6;
}
</style>
border-color css
<style>
span { border-color: #6CFFE6; }
span { border-color: rgb(108,255,230); }
td.TdClassName
{
border-color: #6CFFE6;
}
.TagClassName
{
border-color: #6CFFE6;
}
</style>