Shades of Light Cyan #E6FFFD
Tints of Light Cyan #E6FFFD
RGB
CMYK
RGB Variations
Color information
#E6FFFD (or 0xE6FFFD) is known color: Light Cyan. HEX triplet: E6, FF and FD. RGB value is (230,255,253). Sum of RGB (Red+Green+Blue) = 230+255+253=738 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.17% from 738); Green value is 255 (100% from 255 or 34.55% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FFFD is #190002. Grayscale: #F7F7F7. Windows color (decimal): -1638403 or 16646118. OLE color: 16646118.
HSL color Cylindrical-coordinate representation of color #E6FFFD: hue angle of 175.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6FFFD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 253 | - |
| CMYK | 0.10 | 0 | 0.01 | 0 |
| HSL | 175.2º | 1% | 0.95% | - |
| HSV(B) | 175.2º | 0.1% | 1% | - |
| XYZ | 86.12 | 95.43 | 106.81 | - |
| YUV | 247.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 253 | 0.10 | 0 | 0.01 | 0 | 175.2 | 1 | 0.95 |
| Hex | E6 | FF | FD | A | 0 | 1 | 0 | AF | 64 | 5F |
| Octal | 346 | 377 | 375 | 12 | 0 | 1 | 0 | 257 | 144 | 137 |
| Binary | 11100110 | 11111111 | 11111101 | 1010 | 0 | 1 | 0 | 10101111 | 1100100 | 1011111 |
Color Harmonies of #E6FFFD
Complementary color
Monochromatic Colors of #E6FFFD
Black with #E6FFFD
Text Example
Text Example
White with #E6FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFFD; }
p { color: rgb(230,255,253); }
H1.HeaderClassName
{
color: #E6FFFD;
}
.AnyTagClassName
{
color: #E6FFFD;
}
</style>
background-color css
<style>
a { background-color: #E6FFFD; }
a { background-color: rgb(230,255,253); }
div.DivClassName
{
background-color: #E6FFFD;
}
.BgClassName
{
background-color: #E6FFFD;
}
</style>
border-color css
<style>
span { border-color: #E6FFFD; }
span { border-color: rgb(230,255,253); }
td.TdClassName
{
border-color: #E6FFFD;
}
.TagClassName
{
border-color: #E6FFFD;
}
</style>