#E7FEFA

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

Shades of Light Cyan #E7FEFA

Tints of Light Cyan #E7FEFA

Color information

#E7FEFA (or 0xE7FEFA) is unknown color: approx Light Cyan. HEX triplet: E7, FE and FA. RGB value is (231,254,250). Sum of RGB (Red+Green+Blue) = 231+254+250=735 (97% of max value = 765). Red value is 231 (90.62% from 255 or 31.43% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #E7FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7FEFA is #180105. Grayscale: #F6F6F6. Windows color (decimal): -1573126 or 16449255. OLE color: 16449255.

HSL color Cylindrical-coordinate representation of color #E7FEFA: hue angle of 169.57º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7FEFA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB231254250-
CMYK0.0900.020.00
HSL169.57º92%95.1%-
HSV(B)169.57º9.06%99.61%-
XYZ85.6594.77104.22-
YUV246.67129.88116.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.43%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=31.43%
G=34.56%
B=34.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2312542500.0900.020.00169.579295.1
HexE7FEFA9020aa5c5f
Octal34737637211020252134137
Binary111001111111111011111010100101001010101010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7FEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7FEFA; }

 p { color: rgb(231,254,250); }

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

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

 a { background-color: rgb(231,254,250); }

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

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

 span { border-color: rgb(231,254,250); }

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