Html Css Color HEX #EEFEFF Azure

📋 copy color: '#EEFEFF'

red 238 ◦ green 254 ◦ blue 255

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

Shades of Azure #EEFEFF

Tints of Azure #EEFEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.14%

R = 31.86%
G = 34%
B = 34.14%

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEFEFF (or 0xEEFEFF) is known color: Azure. HEX triplet: EE, FE and FF. RGB value is (238,254,255). Sum of RGB (Red+Green+Blue) = 238+254+255=747 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.86% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 255 (100% from 255 or 34.14% from 747); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFEFF is #110100. Grayscale: #F9F9F9. Windows color (decimal): -1114369 or 16776942. OLE color: 16776942.

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

Color convert

RGB 238 254 255 -
CMYK 0.07 0.00 0 0
HSL 183.53º 1% 0.97% -
HSV(B) 183.53º 0.07% 1% -
XYZ 88.75 96.28 108.51 -
YUV 249.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 238 254 255 0.07 0.00 0 0 183.53 1 0.97
Hex EE FE FF 7 0 0 0 B8 64 61
Octal 356 376 377 7 0 0 0 270 144 141
Binary 11101110 11111110 11111111 111 0 0 0 10111000 1100100 1100001

Color Harmonies of #EEFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFEFF

Black with #EEFEFF

Text Example


Text Example

White with #EEFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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