Html Css Color HEX #E0EFF8 Pattens Blue

📋 copy color: '#E0EFF8'

red 224 ◦ green 239 ◦ blue 248

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

Shades of Pattens Blue #E0EFF8

Tints of Pattens Blue #E0EFF8

RGB

 RED value IS 224 (87.89% from 255) = 31.5%

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

 BLUE value IS 248 (97.27% from 255) = 34.88%

R = 31.5%
G = 33.61%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E0EFF8 (or 0xE0EFF8) is known color: Pattens Blue. HEX triplet: E0, EF and F8. RGB value is (224,239,248). Sum of RGB (Red+Green+Blue) = 224+239+248=711 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.50% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #E0EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFF8 is #1F1007. Grayscale: #EBEBEB. Windows color (decimal): -2035720 or 16314336. OLE color: 16314336.

HSL color Cylindrical-coordinate representation of color #E0EFF8: hue angle of 202.5º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EFF8 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 239 248 -
CMYK 0.10 0.04 0 0.03
HSL 202.5º 0.63% 0.93% -
HSV(B) 202.5º 0.1% 0.97% -
XYZ 78.55 84.36 100.95 -
YUV 235.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 224 239 248 0.10 0.04 0 0.03 202.5 0.63 0.93
Hex E0 EF F8 A 4 0 3 CA 3F 5D
Octal 340 357 370 12 4 0 3 312 77 135
Binary 11100000 11101111 11111000 1010 100 0 11 11001010 111111 1011101

Color Harmonies of #E0EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EFF8

Black with #E0EFF8

Text Example


Text Example

White with #E0EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EFF8; }

 p { color: rgb(224,239,248); }

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

background-color css

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

 a { background-color: rgb(224,239,248); }

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

border-color css

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

 span { border-color: rgb(224,239,248); }

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