Html Css Color HEX #E0F3FA Pattens Blue

📋 copy color: '#E0F3FA'

red 224 ◦ green 243 ◦ blue 250

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

Shades of Pattens Blue #E0F3FA

Tints of Pattens Blue #E0F3FA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.89%

 BLUE value IS 250 (98.05% from 255) = 34.87%

R = 31.24%
G = 33.89%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E0F3FA (or 0xE0F3FA) is known color: Pattens Blue. HEX triplet: E0, F3 and FA. RGB value is (224,243,250). Sum of RGB (Red+Green+Blue) = 224+243+250=717 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.24% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0F3FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F3FA is #1F0C05. Grayscale: #EEEEEE. Windows color (decimal): -2034694 or 16446432. OLE color: 16446432.

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

Color convert

RGB 224 243 250 -
CMYK 0.10 0.03 0 0.02
HSL 196.15º 0.72% 0.93% -
HSV(B) 196.15º 0.1% 0.98% -
XYZ 80.05 86.85 102.99 -
YUV 238.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 224 243 250 0.10 0.03 0 0.02 196.15 0.72 0.93
Hex E0 F3 FA A 3 0 2 C4 48 5D
Octal 340 363 372 12 3 0 2 304 110 135
Binary 11100000 11110011 11111010 1010 11 0 10 11000100 1001000 1011101

Color Harmonies of #E0F3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F3FA

Black with #E0F3FA

Text Example


Text Example

White with #E0F3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F3FA; }

 p { color: rgb(224,243,250); }

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

background-color css

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

 a { background-color: rgb(224,243,250); }

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

border-color css

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

 span { border-color: rgb(224,243,250); }

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