#E6FDFF

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

Shades of Light Cyan #E6FDFF

Tints of Light Cyan #E6FDFF

Color information

#E6FDFF (or 0xE6FDFF) is unknown color: approx Light Cyan. HEX triplet: E6, FD and FF. RGB value is (230,253,255). Sum of RGB (Red+Green+Blue) = 230+253+255=738 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.17% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDFF is #190200. Grayscale: #F6F6F6. Windows color (decimal): -1638913 or 16776678. OLE color: 16776678.

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

Color convert

RGB230253255-
CMYK0.100.0100
HSL184.8º100%95.1%-
HSV(B)184.8º9.8%100%-
XYZ85.8194.29108.29-
YUV246.35132.88116.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.17%
GREEN value IS 253 (99.22% from 255) = 34.28%
BLUE value IS 255 (100% from 255) = 34.55%
R=31.17%
G=34.28%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302532550.100.0100184.810095.1
HexE6FDFFA100b9645f
Octal34637537712100271144137
Binary11100110111111011111111110101001011100111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDFF; }

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

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

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

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

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

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

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

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