Html Css Color HEX #E2EFF5 Pattens Blue

📋 copy color: '#E2EFF5'

red 226 ◦ green 239 ◦ blue 245

#E2EFF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #E2EFF5

Tints of Pattens Blue #E2EFF5

RGB

 RED value IS 226 (88.67% from 255) = 31.83%

 GREEN value IS 239 (93.75% from 255) = 33.66%

 BLUE value IS 245 (96.09% from 255) = 34.51%

R = 31.83%
G = 33.66%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E2EFF5 (or 0xE2EFF5) is known color: Pattens Blue. HEX triplet: E2, EF and F5. RGB value is (226,239,245). Sum of RGB (Red+Green+Blue) = 226+239+245=710 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.83% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 245 (96.09% from 255 or 34.51% from 710); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2EFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFF5 is #1D100A. Grayscale: #EBEBEB. Windows color (decimal): -1904651 or 16117730. OLE color: 16117730.

HSL color Cylindrical-coordinate representation of color #E2EFF5: hue angle of 198.95º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2EFF5 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 239 245 -
CMYK 0.08 0.02 0 0.04
HSL 198.95º 0.49% 0.92% -
HSV(B) 198.95º 0.08% 0.96% -
XYZ 78.71 84.49 98.55 -
YUV 235.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 226 239 245 0.08 0.02 0 0.04 198.95 0.49 0.92
Hex E2 EF F5 8 2 0 4 C7 31 5C
Octal 342 357 365 10 2 0 4 307 61 134
Binary 11100010 11101111 11110101 1000 10 0 100 11000111 110001 1011100

Color Harmonies of #E2EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EFF5

Black with #E2EFF5

Text Example


Text Example

White with #E2EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EFF5; }

 p { color: rgb(226,239,245); }

 H1.HeaderClassName
 {
   color: #E2EFF5;
 }
 .AnyTagClassName
 {
   color: #E2EFF5;
 }
</style>

background-color css

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

 a { background-color: rgb(226,239,245); }

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

border-color css

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

 span { border-color: rgb(226,239,245); }

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