Html Css Color HEX #EEFCFA Azure

📋 copy color: '#EEFCFA'

red 238 ◦ green 252 ◦ blue 250

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

Shades of Azure #EEFCFA

Tints of Azure #EEFCFA

RGB

 RED value IS 238 (93.36% from 255) = 32.16%

 GREEN value IS 252 (98.83% from 255) = 34.05%

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

R = 32.16%
G = 34.05%
B = 33.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#EEFCFA (or 0xEEFCFA) is known color: Azure. HEX triplet: EE, FC and FA. RGB value is (238,252,250). Sum of RGB (Red+Green+Blue) = 238+252+250=740 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.16% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFCFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFA is #110305. Grayscale: #F7F7F7. Windows color (decimal): -1114886 or 16448750. OLE color: 16448750.

HSL color Cylindrical-coordinate representation of color #EEFCFA: hue angle of 171.43º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFCFA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 252 250 -
CMYK 0.06 0 0.01 0.01
HSL 171.43º 0.7% 0.96% -
HSV(B) 171.43º 0.06% 0.99% -
XYZ 87.33 94.7 104.12 -
YUV 247.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 238 252 250 0.06 0 0.01 0.01 171.43 0.7 0.96
Hex EE FC FA 6 0 1 1 AB 46 60
Octal 356 374 372 6 0 1 1 253 106 140
Binary 11101110 11111100 11111010 110 0 1 1 10101011 1000110 1100000

Color Harmonies of #EEFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFCFA

Black with #EEFCFA

Text Example


Text Example

White with #EEFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFCFA; }

 p { color: rgb(238,252,250); }

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

background-color css

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

 a { background-color: rgb(238,252,250); }

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

border-color css

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

 span { border-color: rgb(238,252,250); }

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