Html Css Color HEX #EAF7FA Azure

📋 copy color: '#EAF7FA'

red 234 ◦ green 247 ◦ blue 250

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

Shades of Azure #EAF7FA

Tints of Azure #EAF7FA

RGB

 RED value IS 234 (91.8% from 255) = 32.01%

 GREEN value IS 247 (96.88% from 255) = 33.79%

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

R = 32.01%
G = 33.79%
B = 34.2%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAF7FA (or 0xEAF7FA) is known color: Azure. HEX triplet: EA, F7 and FA. RGB value is (234,247,250). Sum of RGB (Red+Green+Blue) = 234+247+250=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7FA is #150805. Grayscale: #F3F3F3. Windows color (decimal): -1378310 or 16447466. OLE color: 16447466.

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

Color convert

RGB 234 247 250 -
CMYK 0.06 0.01 0 0.02
HSL 191.25º 0.62% 0.95% -
HSV(B) 191.25º 0.06% 0.98% -
XYZ 84.45 90.92 103.54 -
YUV 243.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 234 247 250 0.06 0.01 0 0.02 191.25 0.62 0.95
Hex EA F7 FA 6 1 0 2 BF 3E 5F
Octal 352 367 372 6 1 0 2 277 76 137
Binary 11101010 11110111 11111010 110 1 0 10 10111111 111110 1011111

Color Harmonies of #EAF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF7FA

Black with #EAF7FA

Text Example


Text Example

White with #EAF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF7FA; }

 p { color: rgb(234,247,250); }

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

background-color css

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

 a { background-color: rgb(234,247,250); }

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

border-color css

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

 span { border-color: rgb(234,247,250); }

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