#E6FAFB

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

Shades of Light Cyan #E6FAFB

Tints of Light Cyan #E6FAFB

Color information

#E6FAFB (or 0xE6FAFB) is unknown color: approx Light Cyan. HEX triplet: E6, FA and FB. RGB value is (230,250,251). Sum of RGB (Red+Green+Blue) = 230+250+251=731 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.46% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 251 (98.44% from 255 or 34.34% from 731); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6FAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAFB is #190504. Grayscale: #F4F4F4. Windows color (decimal): -1639685 or 16513766. OLE color: 16513766.

HSL color Cylindrical-coordinate representation of color #E6FAFB: hue angle of 182.86º degrees, saturation: 0.72, 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 #E6FAFB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230250251-
CMYK0.080.0000.02
HSL182.86º72.41%94.31%-
HSV(B)182.86º8.37%98.43%-
XYZ84.2392.16104.62-
YUV244.13131.87117.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.46%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 251 (98.44% from 255) = 34.34%
R=31.46%
G=34.20%
B=34.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302502510.080.0000.02182.8672.4194.31
HexE6FAFB8002b7485e
Octal34637237310002267110136
Binary111001101111101011111011100000101011011110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FAFB; }

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

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

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

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

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

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

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

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