#E6FFFE

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

Shades of Light Cyan #E6FFFE

Tints of Light Cyan #E6FFFE

Color information

#E6FFFE (or 0xE6FFFE) is unknown color: approx Light Cyan. HEX triplet: E6, FF and FE. RGB value is (230,255,254). Sum of RGB (Red+Green+Blue) = 230+255+254=739 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.12% from 739); Green value is 255 (100% from 255 or 34.51% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FFFE is #190001. Grayscale: #F7F7F7. Windows color (decimal): -1638402 or 16711654. OLE color: 16711654.

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

Color convert

RGB230255254-
CMYK0.1000.000
HSL177.6º100%95.1%-
HSV(B)177.6º9.8%100%-
XYZ86.2895.5107.65-
YUV247.41131.72115.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.12%
GREEN value IS 255 (100% from 255) = 34.51%
BLUE value IS 254 (99.61% from 255) = 34.37%
R=31.12%
G=34.51%
B=34.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302552540.1000.000177.610095.1
HexE6FFFEA000b2645f
Octal34637737612000262144137
Binary11100110111111111111111010100001011001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFFE; }

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

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

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

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

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

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

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

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