Html Css Color HEX #EEFDFA Azure

📋 copy color: '#EEFDFA'

red 238 ◦ green 253 ◦ blue 250

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

Shades of Azure #EEFDFA

Tints of Azure #EEFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.14%

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

R = 32.12%
G = 34.14%
B = 33.74%

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

#EEFDFA (or 0xEEFDFA) is known color: Azure. HEX triplet: EE, FD and FA. RGB value is (238,253,250). Sum of RGB (Red+Green+Blue) = 238+253+250=741 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.12% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFA is #110205. Grayscale: #F8F8F8. Windows color (decimal): -1114630 or 16449006. OLE color: 16449006.

HSL color Cylindrical-coordinate representation of color #EEFDFA: hue angle of 168º degrees, saturation: 0.79, 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 #EEFDFA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 250 -
CMYK 0.06 0 0.01 0.01
HSL 168º 0.79% 0.96% -
HSV(B) 168º 0.06% 0.99% -
XYZ 87.64 95.33 104.22 -
YUV 248.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 238 253 250 0.06 0 0.01 0.01 168 0.79 0.96
Hex EE FD FA 6 0 1 1 A8 4F 60
Octal 356 375 372 6 0 1 1 250 117 140
Binary 11101110 11111101 11111010 110 0 1 1 10101000 1001111 1100000

Color Harmonies of #EEFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDFA

Black with #EEFDFA

Text Example


Text Example

White with #EEFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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