Html Css Color HEX #EEFEFA Azure

📋 copy color: '#EEFEFA'

red 238 ◦ green 254 ◦ blue 250

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

Shades of Azure #EEFEFA

Tints of Azure #EEFEFA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.23%

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

R = 32.08%
G = 34.23%
B = 33.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#EEFEFA (or 0xEEFEFA) is known color: Azure. HEX triplet: EE, FE and FA. RGB value is (238,254,250). Sum of RGB (Red+Green+Blue) = 238+254+250=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFA is #110105. Grayscale: #F8F8F8. Windows color (decimal): -1114374 or 16449262. OLE color: 16449262.

HSL color Cylindrical-coordinate representation of color #EEFEFA: hue angle of 165º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFEFA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 254 250 -
CMYK 0.06 0 0.02 0.00
HSL 165º 0.89% 0.96% -
HSV(B) 165º 0.06% 1% -
XYZ 87.96 95.96 104.33 -
YUV 248.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 238 254 250 0.06 0 0.02 0.00 165 0.89 0.96
Hex EE FE FA 6 0 2 0 A5 59 60
Octal 356 376 372 6 0 2 0 245 131 140
Binary 11101110 11111110 11111010 110 0 10 0 10100101 1011001 1100000

Color Harmonies of #EEFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFEFA

Black with #EEFEFA

Text Example


Text Example

White with #EEFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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