#E6FFFD

Color #E6FFFD Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #E6FFFD

Tints of Light Cyan #E6FFFD

Color information

#E6FFFD (or 0xE6FFFD) is unknown color: approx 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

RGB230255253-
CMYK0.1000.010
HSL175.2º100%95.1%-
HSV(B)175.2º9.8%100%-
XYZ86.1295.43106.81-
YUV247.3131.22115.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 31.17%
GREEN value IS 255 (100% from 255) = 34.55%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=31.17%
G=34.55%
B=34.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302552530.1000.010175.210095.1
HexE6FFFDA010af645f
Octal34637737512010257144137
Binary11100110111111111111110110100101010111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>