#E6FBFF

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

Shades of Light Cyan #E6FBFF

Tints of Light Cyan #E6FBFF

Color information

#E6FBFF (or 0xE6FBFF) is unknown color: approx Light Cyan. HEX triplet: E6, FB and FF. RGB value is (230,251,255). Sum of RGB (Red+Green+Blue) = 230+251+255=736 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.25% from 736); Green value is 251 (98.44% from 255 or 34.10% from 736); Blue value is 255 (100% from 255 or 34.65% from 736); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6FBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FBFF is #190400. Grayscale: #F5F5F5. Windows color (decimal): -1639425 or 16776166. OLE color: 16776166.

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

Color convert

RGB230251255-
CMYK0.100.0200
HSL189.6º100%95.1%-
HSV(B)189.6º9.8%100%-
XYZ85.1893.04108.08-
YUV245.18133.54117.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.25%
GREEN value IS 251 (98.44% from 255) = 34.10%
BLUE value IS 255 (100% from 255) = 34.65%
R=31.25%
G=34.10%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302512550.100.0200189.610095.1
HexE6FBFFA200be645f
Octal34637337712200276144137
Binary111001101111101111111111101010001011111011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBFF; }

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

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

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

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

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

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

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

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