#E7F0F2

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

Shades of Light Cyan #E7F0F2

Tints of Light Cyan #E7F0F2

Color information

#E7F0F2 (or 0xE7F0F2) is unknown color: approx Light Cyan. HEX triplet: E7, F0 and F2. RGB value is (231,240,242). Sum of RGB (Red+Green+Blue) = 231+240+242=713 (94% of max value = 765). Red value is 231 (90.62% from 255 or 32.40% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7F0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7F0F2 is #180F0D. Grayscale: #EDEDED. Windows color (decimal): -1576718 or 15921383. OLE color: 15921383.

HSL color Cylindrical-coordinate representation of color #E7F0F2: hue angle of 190.91º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E7F0F2 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231240242-
CMYK0.050.0100.05
HSL190.91º29.73%92.75%-
HSV(B)190.91º4.55%94.9%-
XYZ80.1485.7296.33-
YUV237.54130.52123.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 32.40%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=32.40%
G=33.66%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312402420.050.0100.05190.9129.7392.75
HexE7F0F25105bf1e5d
Octal347360362510527736135
Binary1110011111110000111100101011010110111111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F0F2; }

 p { color: rgb(231,240,242); }

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

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

 a { background-color: rgb(231,240,242); }

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

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

 span { border-color: rgb(231,240,242); }

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