Shades of Baby Blue #6CFFE7
Tints of Baby Blue #6CFFE7
RGB
CMYK
RGB Variations
Color information
#6CFFE7 (or 0x6CFFE7) is known color: Baby Blue. HEX triplet: 6C, FF and E7. RGB value is (108,255,231). Sum of RGB (Red+Green+Blue) = 108+255+231=594 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.18% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #6CFFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CFFE7 is #930018. Grayscale: #D0D0D0. Windows color (decimal): -9633817 or 15204204. OLE color: 15204204.
HSL color Cylindrical-coordinate representation of color #6CFFE7: hue angle of 170.2º 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 #6CFFE7 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 255 | 231 | - |
| CMYK | 0.58 | 0 | 0.09 | 0 |
| HSL | 170.2º | 1% | 0.71% | - |
| HSV(B) | 170.2º | 0.58% | 1% | - |
| XYZ | 56.37 | 80.48 | 88.16 | - |
| YUV | 208.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 255 | 231 | 0.58 | 0 | 0.09 | 0 | 170.2 | 1 | 0.71 |
| Hex | 6C | FF | E7 | 3A | 0 | 9 | 0 | AA | 64 | 47 |
| Octal | 154 | 377 | 347 | 72 | 0 | 11 | 0 | 252 | 144 | 107 |
| Binary | 1101100 | 11111111 | 11100111 | 111010 | 0 | 1001 | 0 | 10101010 | 1100100 | 1000111 |
Color Harmonies of #6CFFE7
Complementary color
Monochromatic Colors of #6CFFE7
Black with #6CFFE7
Text Example
Text Example
White with #6CFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CFFE7; }
p { color: rgb(108,255,231); }
H1.HeaderClassName
{
color: #6CFFE7;
}
.AnyTagClassName
{
color: #6CFFE7;
}
</style>
background-color css
<style>
a { background-color: #6CFFE7; }
a { background-color: rgb(108,255,231); }
div.DivClassName
{
background-color: #6CFFE7;
}
.BgClassName
{
background-color: #6CFFE7;
}
</style>
border-color css
<style>
span { border-color: #6CFFE7; }
span { border-color: rgb(108,255,231); }
td.TdClassName
{
border-color: #6CFFE7;
}
.TagClassName
{
border-color: #6CFFE7;
}
</style>