Html Css Color HEX #E5F0F3 Pattens Blue

📋 copy color: '#E5F0F3'

red 229 ◦ green 240 ◦ blue 243

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

Shades of Pattens Blue #E5F0F3

Tints of Pattens Blue #E5F0F3

RGB

 RED value IS 229 (89.84% from 255) = 32.16%

 GREEN value IS 240 (94.14% from 255) = 33.71%

 BLUE value IS 243 (95.31% from 255) = 34.13%

R = 32.16%
G = 33.71%
B = 34.13%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E5F0F3 (or 0xE5F0F3) is known color: Pattens Blue. HEX triplet: E5, F0 and F3. RGB value is (229,240,243). Sum of RGB (Red+Green+Blue) = 229+240+243=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5F0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F0F3 is #1A0F0C. Grayscale: #EDEDED. Windows color (decimal): -1707789 or 15986917. OLE color: 15986917.

HSL color Cylindrical-coordinate representation of color #E5F0F3: hue angle of 192.86º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5F0F3 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 240 243 -
CMYK 0.06 0.01 0 0.05
HSL 192.86º 0.37% 0.93% -
HSV(B) 192.86º 0.06% 0.95% -
XYZ 79.65 85.45 97.09 -
YUV 237.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 229 240 243 0.06 0.01 0 0.05 192.86 0.37 0.93
Hex E5 F0 F3 6 1 0 5 C1 25 5D
Octal 345 360 363 6 1 0 5 301 45 135
Binary 11100101 11110000 11110011 110 1 0 101 11000001 100101 1011101

Color Harmonies of #E5F0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F0F3

Black with #E5F0F3

Text Example


Text Example

White with #E5F0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F0F3; }

 p { color: rgb(229,240,243); }

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

background-color css

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

 a { background-color: rgb(229,240,243); }

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

border-color css

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

 span { border-color: rgb(229,240,243); }

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