#E6FFFF

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

Shades of Light Cyan #E6FFFF

Tints of Light Cyan #E6FFFF

Color information

#E6FFFF (or 0xE6FFFF) is unknown color: approx Light Cyan. HEX triplet: E6, FF and FF. RGB value is (230,255,255). Sum of RGB (Red+Green+Blue) = 230+255+255=740 (98% of max value = 765). Red value is 230 (90.23% from 255 or 31.08% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E6FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FFFF is #190000. Grayscale: #F7F7F7. Windows color (decimal): -1638401 or 16777190. OLE color: 16777190.

HSL color Cylindrical-coordinate representation of color #E6FFFF: hue angle of 180º 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 #E6FFFF is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230255255-
CMYK0.10000
HSL180º100%95.1%-
HSV(B)180º9.8%100%-
XYZ86.4495.56108.5-
YUV247.52132.22115.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.08%
GREEN value IS 255 (100% from 255) = 34.46%
BLUE value IS 255 (100% from 255) = 34.46%
R=31.08%
G=34.46%
B=34.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302552550.1000018010095.1
HexE6FFFFA000b4645f
Octal34637737712000264144137
Binary11100110111111111111111110100001011010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFFF; }

 p { color: rgb(230,255,255); }

 H1.HeaderClassName
 {
   color: #E6FFFF;
 }
 .AnyTagClassName
 {
   color: #E6FFFF;
 }
</style>
background-color css

<style>
 a { background-color: #E6FFFF; }

 a { background-color: rgb(230,255,255); }

 div.DivClassName
 {
   background-color: #E6FFFF;
 }
 .BgClassName
 {
   background-color: #E6FFFF;
 }
</style>
border-color css

<style>
 span { border-color: #E6FFFF; }

 span { border-color: rgb(230,255,255); }

 td.TdClassName
 {
   border-color: #E6FFFF;
 }
 .TagClassName
 {
   border-color: #E6FFFF;
 }
</style>