#E6FAFA

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

Shades of Light Cyan #E6FAFA

Tints of Light Cyan #E6FAFA

Color information

#E6FAFA (or 0xE6FAFA) is unknown color: approx Light Cyan. HEX triplet: E6, FA and FA. RGB value is (230,250,250). Sum of RGB (Red+Green+Blue) = 230+250+250=730 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.51% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E6FAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAFA is #190505. Grayscale: #F4F4F4. Windows color (decimal): -1639686 or 16448230. OLE color: 16448230.

HSL color Cylindrical-coordinate representation of color #E6FAFA: hue angle of 180º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAFA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230250250-
CMYK0.08000.02
HSL180º66.67%94.12%-
HSV(B)180º8%98.04%-
XYZ84.0792.1103.79-
YUV244.02131.37118-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.51%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=31.51%
G=34.25%
B=34.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502500.08000.0218066.6794.12
HexE6FAFA8002b4435e
Octal34637237210002264103136
Binary111001101111101011111010100000101011010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAFA; }

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

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

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

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

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

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

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

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