#E6FCFE

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

Shades of Light Cyan #E6FCFE

Tints of Light Cyan #E6FCFE

Color information

#E6FCFE (or 0xE6FCFE) is unknown color: approx Light Cyan. HEX triplet: E6, FC and FE. RGB value is (230,252,254). Sum of RGB (Red+Green+Blue) = 230+252+254=736 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.25% from 736); Green value is 252 (98.83% from 255 or 34.24% from 736); Blue value is 254 (99.61% from 255 or 34.51% from 736); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6FCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FCFE is #190301. Grayscale: #F5F5F5. Windows color (decimal): -1639170 or 16710886. OLE color: 16710886.

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

Color convert

RGB230252254-
CMYK0.090.0100.00
HSL185º92.31%94.9%-
HSV(B)185º9.45%99.61%-
XYZ85.3393.6107.33-
YUV245.65132.71116.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.25%
GREEN value IS 252 (98.83% from 255) = 34.24%
BLUE value IS 254 (99.61% from 255) = 34.51%
R=31.25%
G=34.24%
B=34.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302522540.090.0100.0018592.3194.9
HexE6FCFE9100b95c5f
Octal34637437611100271134137
Binary11100110111111001111111010011001011100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCFE; }

 p { color: rgb(230,252,254); }

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

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

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

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

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

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

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