#E7FAFF

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

Shades of Light Cyan #E7FAFF

Tints of Light Cyan #E7FAFF

Color information

#E7FAFF (or 0xE7FAFF) is unknown color: approx Light Cyan. HEX triplet: E7, FA and FF. RGB value is (231,250,255). Sum of RGB (Red+Green+Blue) = 231+250+255=736 (97% of max value = 765). Red value is 231 (90.62% from 255 or 31.39% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7FAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7FAFF is #180500. Grayscale: #F4F4F4. Windows color (decimal): -1574145 or 16775911. OLE color: 16775911.

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

Color convert

RGB231250255-
CMYK0.090.0200
HSL192.5º100%95.29%-
HSV(B)192.5º9.41%100%-
XYZ85.1992.58107.99-
YUV244.89133.71118.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 255 (100% from 255) = 34.65%
R=31.39%
G=33.97%
B=34.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2312502550.090.0200192.510095.29
HexE7FAFF9200c0645f
Octal34737237711200300144137
Binary111001111111101011111111100110001100000011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7FAFF; }

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

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

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

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

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

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

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

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