#E6F8FC

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

Shades of Light Cyan #E6F8FC

Tints of Light Cyan #E6F8FC

Color information

#E6F8FC (or 0xE6F8FC) is unknown color: approx Light Cyan. HEX triplet: E6, F8 and FC. RGB value is (230,248,252). Sum of RGB (Red+Green+Blue) = 230+248+252=730 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.51% from 730); Green value is 248 (97.27% from 255 or 33.97% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6F8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F8FC is #190703. Grayscale: #F3F3F3. Windows color (decimal): -1640196 or 16578790. OLE color: 16578790.

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

Color convert

RGB230248252-
CMYK0.090.0200.01
HSL190.91º78.57%94.51%-
HSV(B)190.91º8.73%98.82%-
XYZ83.7790.99105.24-
YUV243.07133.04118.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.51%
GREEN value IS 248 (97.27% from 255) = 33.97%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=31.51%
G=33.97%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302482520.090.0200.01190.9178.5794.51
HexE6F8FC9201bf4f5f
Octal34637037411201277117137
Binary111001101111100011111100100110011011111110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F8FC; }

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

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

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

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

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

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

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

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