Html Css Color HEX #EEFDFE Azure

📋 copy color: '#EEFDFE'

red 238 ◦ green 253 ◦ blue 254

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

Shades of Azure #EEFDFE

Tints of Azure #EEFDFE

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 238 253 254 -
CMYK 0.06 0.00 0 0.00
HSL 183.75º 0.89% 0.96% -
HSV(B) 183.75º 0.06% 1% -
XYZ 88.27 95.58 107.56 -
YUV 248.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 238 253 254 0.06 0.00 0 0.00 183.75 0.89 0.96
Hex EE FD FE 6 0 0 0 B8 59 60
Octal 356 375 376 6 0 0 0 270 131 140
Binary 11101110 11111101 11111110 110 0 0 0 10111000 1011001 1100000

Color Harmonies of #EEFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDFE

Black with #EEFDFE

Text Example


Text Example

White with #EEFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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