Html Css Color HEX #EEFEFD Azure

📋 copy color: '#EEFEFD'

red 238 ◦ green 254 ◦ blue 253

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

Shades of Azure #EEFEFD

Tints of Azure #EEFEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 33.96%

R = 31.95%
G = 34.09%
B = 33.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#EEFEFD (or 0xEEFEFD) is known color: Azure. HEX triplet: EE, FE and FD. RGB value is (238,254,253). Sum of RGB (Red+Green+Blue) = 238+254+253=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFD is #110102. Grayscale: #F9F9F9. Windows color (decimal): -1114371 or 16645870. OLE color: 16645870.

HSL color Cylindrical-coordinate representation of color #EEFEFD: hue angle of 176.25º 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 #EEFEFD is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 254 253 -
CMYK 0.06 0 0.00 0.00
HSL 176.25º 0.89% 0.96% -
HSV(B) 176.25º 0.06% 1% -
XYZ 88.43 96.15 106.83 -
YUV 249.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 238 254 253 0.06 0 0.00 0.00 176.25 0.89 0.96
Hex EE FE FD 6 0 0 0 B0 59 60
Octal 356 376 375 6 0 0 0 260 131 140
Binary 11101110 11111110 11111101 110 0 0 0 10110000 1011001 1100000

Color Harmonies of #EEFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFEFD

Black with #EEFEFD

Text Example


Text Example

White with #EEFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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