#E6FBFA

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

Shades of Light Cyan #E6FBFA

Tints of Light Cyan #E6FBFA

Color information

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

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

Color convert

RGB230251250-
CMYK0.0800.000.02
HSL177.14º72.41%94.31%-
HSV(B)177.14º8.37%98.43%-
XYZ84.3992.72103.89-
YUV244.61131.04117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302512500.0800.000.02177.1472.4194.31
HexE6FBFA8002b1485e
Octal34637337210002261110136
Binary111001101111101111111010100000101011000110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBFA; }

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

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

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

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

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

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

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

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