Html Css Color HEX #EEFCFF Azure

📋 copy color: '#EEFCFF'

red 238 ◦ green 252 ◦ blue 255

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

Shades of Azure #EEFCFF

Tints of Azure #EEFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.83%

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

R = 31.95%
G = 33.83%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EEFCFF (or 0xEEFCFF) is known color: Azure. HEX triplet: EE, FC and FF. RGB value is (238,252,255). Sum of RGB (Red+Green+Blue) = 238+252+255=745 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.95% from 745); Green value is 252 (98.83% from 255 or 33.83% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFF is #110300. Grayscale: #F8F8F8. Windows color (decimal): -1114881 or 16776430. OLE color: 16776430.

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

Color convert

RGB 238 252 255 -
CMYK 0.07 0.01 0 0
HSL 190.59º 1% 0.97% -
HSV(B) 190.59º 0.07% 1% -
XYZ 88.12 95.02 108.3 -
YUV 248.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 238 252 255 0.07 0.01 0 0 190.59 1 0.97
Hex EE FC FF 7 1 0 0 BF 64 61
Octal 356 374 377 7 1 0 0 277 144 141
Binary 11101110 11111100 11111111 111 1 0 0 10111111 1100100 1100001

Color Harmonies of #EEFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFCFF

Black with #EEFCFF

Text Example


Text Example

White with #EEFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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