Html Css Color HEX #EEFCFC Azure

📋 copy color: '#EEFCFC'

red 238 ◦ green 252 ◦ blue 252

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

Shades of Azure #EEFCFC

Tints of Azure #EEFCFC

RGB

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

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

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

R = 32.08%
G = 33.96%
B = 33.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEFCFC (or 0xEEFCFC) is known color: Azure. HEX triplet: EE, FC and FC. RGB value is (238,252,252). Sum of RGB (Red+Green+Blue) = 238+252+252=742 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.08% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EEFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFC is #110303. Grayscale: #F7F7F7. Windows color (decimal): -1114884 or 16579822. OLE color: 16579822.

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

Color convert

RGB 238 252 252 -
CMYK 0.06 0 0 0.01
HSL 180º 0.7% 0.96% -
HSV(B) 180º 0.06% 0.99% -
XYZ 87.64 94.83 105.78 -
YUV 247.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 238 252 252 0.06 0 0 0.01 180 0.7 0.96
Hex EE FC FC 6 0 0 1 B4 46 60
Octal 356 374 374 6 0 0 1 264 106 140
Binary 11101110 11111100 11111100 110 0 0 1 10110100 1000110 1100000

Color Harmonies of #EEFCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFCFC

Black with #EEFCFC

Text Example


Text Example

White with #EEFCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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