#E6FBFE

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

Shades of Light Cyan #E6FBFE

Tints of Light Cyan #E6FBFE

Color information

#E6FBFE (or 0xE6FBFE) is unknown color: approx Light Cyan. HEX triplet: E6, FB and FE. RGB value is (230,251,254). Sum of RGB (Red+Green+Blue) = 230+251+254=735 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.29% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6FBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FBFE is #190401. Grayscale: #F5F5F5. Windows color (decimal): -1639426 or 16710630. OLE color: 16710630.

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

Color convert

RGB230251254-
CMYK0.090.0100.00
HSL187.5º92.31%94.9%-
HSV(B)187.5º9.45%99.61%-
XYZ85.0292.97107.23-
YUV245.06133.04117.26-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.29%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=31.29%
G=34.15%
B=34.56%

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
Decimal2302512540.090.0100.00187.592.3194.9
HexE6FBFE9100bc5c5f
Octal34637337611100274134137
Binary11100110111110111111111010011001011110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FBFE; }

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

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

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

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

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

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

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

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