Html Css Color HEX #EEFDFC Azure

📋 copy color: '#EEFDFC'

red 238 ◦ green 253 ◦ blue 252

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

Shades of Azure #EEFDFC

Tints of Azure #EEFDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.92%

R = 32.03%
G = 34.05%
B = 33.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#EEFDFC (or 0xEEFDFC) is known color: Azure. HEX triplet: EE, FD and FC. RGB value is (238,253,252). Sum of RGB (Red+Green+Blue) = 238+253+252=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFC is #110203. Grayscale: #F8F8F8. Windows color (decimal): -1114628 or 16580078. OLE color: 16580078.

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

Color convert

RGB 238 253 252 -
CMYK 0.06 0 0.00 0.01
HSL 176º 0.79% 0.96% -
HSV(B) 176º 0.06% 0.99% -
XYZ 87.96 95.46 105.88 -
YUV 248.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 238 253 252 0.06 0 0.00 0.01 176 0.79 0.96
Hex EE FD FC 6 0 0 1 B0 4F 60
Octal 356 375 374 6 0 0 1 260 117 140
Binary 11101110 11111101 11111100 110 0 0 1 10110000 1001111 1100000

Color Harmonies of #EEFDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDFC

Black with #EEFDFC

Text Example


Text Example

White with #EEFDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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