#E6F0FE

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

Shades of Solitude #E6F0FE

Tints of Solitude #E6F0FE

Color information

#E6F0FE (or 0xE6F0FE) is unknown color: approx Solitude. HEX triplet: E6, F0 and FE. RGB value is (230,240,254). Sum of RGB (Red+Green+Blue) = 230+240+254=724 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.77% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F0FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FE is #190F01. Grayscale: #EEEEEE. Windows color (decimal): -1642242 or 16707814. OLE color: 16707814.

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

Color convert

RGB230240254-
CMYK0.090.0600.00
HSL215º92.31%94.9%-
HSV(B)215º9.45%99.61%-
XYZ81.6886.3106.12-
YUV238.61136.69121.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.77%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=31.77%
G=33.15%
B=35.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302402540.090.0600.0021592.3194.9
HexE6F0FE9600d75c5f
Octal34636037611600327134137
Binary1110011011110000111111101001110001101011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0FE; }

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

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

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

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

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

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

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

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