#E8EAEB

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

Shades of Pattens Blue #E8EAEB

Tints of Pattens Blue #E8EAEB

Color information

#E8EAEB (or 0xE8EAEB) is unknown color: approx Pattens Blue. HEX triplet: E8, EA and EB. RGB value is (232,234,235). Sum of RGB (Red+Green+Blue) = 232+234+235=701 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.10% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8EAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EAEB is #171514. Grayscale: #E9E9E9. Windows color (decimal): -1512725 or 15461096. OLE color: 15461096.

HSL color Cylindrical-coordinate representation of color #E8EAEB: hue angle of 200º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E8EAEB is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232234235-
CMYK0.010.0000.08
HSL200º6.98%91.57%-
HSV(B)200º1.28%92.16%-
XYZ77.78290.33-
YUV233.52128.84126.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322342350.010.0000.082006.9891.57
HexE8EAEB1008c875c
Octal350352353100103107134
Binary1110100011101010111010111001000110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EAEB; }

 p { color: rgb(232,234,235); }

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

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

 a { background-color: rgb(232,234,235); }

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

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

 span { border-color: rgb(232,234,235); }

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