Html Css Color HEX #EEFAFD Azure

📋 copy color: '#EEFAFD'

red 238 ◦ green 250 ◦ blue 253

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

Shades of Azure #EEFAFD

Tints of Azure #EEFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.74%

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

R = 32.12%
G = 33.74%
B = 34.14%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EEFAFD (or 0xEEFAFD) is known color: Azure. HEX triplet: EE, FA and FD. RGB value is (238,250,253). Sum of RGB (Red+Green+Blue) = 238+250+253=741 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.12% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEFAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFAFD is #110502. Grayscale: #F6F6F6. Windows color (decimal): -1115395 or 16644846. OLE color: 16644846.

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

Color convert

RGB 238 250 253 -
CMYK 0.06 0.01 0 0.01
HSL 192º 0.79% 0.96% -
HSV(B) 192º 0.06% 0.99% -
XYZ 87.18 93.64 106.41 -
YUV 246.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 238 250 253 0.06 0.01 0 0.01 192 0.79 0.96
Hex EE FA FD 6 1 0 1 C0 4F 60
Octal 356 372 375 6 1 0 1 300 117 140
Binary 11101110 11111010 11111101 110 1 0 1 11000000 1001111 1100000

Color Harmonies of #EEFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFAFD

Black with #EEFAFD

Text Example


Text Example

White with #EEFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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