Html Css Color HEX #EEFDFD Azure

📋 copy color: '#EEFDFD'

red 238 ◦ green 253 ◦ blue 253

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

Shades of Azure #EEFDFD

Tints of Azure #EEFDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.01%

R = 31.99%
G = 34.01%
B = 34.01%

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

#EEFDFD (or 0xEEFDFD) is known color: Azure. HEX triplet: EE, FD and FD. RGB value is (238,253,253). Sum of RGB (Red+Green+Blue) = 238+253+253=744 (98% of max value = 765). Red value is 238 (93.36% from 255 or 31.99% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EEFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDFD is #110202. Grayscale: #F8F8F8. Windows color (decimal): -1114627 or 16645614. OLE color: 16645614.

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

Color convert

RGB 238 253 253 -
CMYK 0.06 0 0 0.01
HSL 180º 0.79% 0.96% -
HSV(B) 180º 0.06% 0.99% -
XYZ 88.11 95.52 106.72 -
YUV 248.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 238 253 253 0.06 0 0 0.01 180 0.79 0.96
Hex EE FD FD 6 0 0 1 B4 4F 60
Octal 356 375 375 6 0 0 1 264 117 140
Binary 11101110 11111101 11111101 110 0 0 1 10110100 1001111 1100000

Color Harmonies of #EEFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDFD

Black with #EEFDFD

Text Example


Text Example

White with #EEFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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