Html Css Color HEX #EDFEFA Azure

📋 copy color: '#EDFEFA'

red 237 ◦ green 254 ◦ blue 250

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

Shades of Azure #EDFEFA

Tints of Azure #EDFEFA

RGB

 RED value IS 237 (92.97% from 255) = 31.98%

 GREEN value IS 254 (99.61% from 255) = 34.28%

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

R = 31.98%
G = 34.28%
B = 33.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#EDFEFA (or 0xEDFEFA) is known color: Azure. HEX triplet: ED, FE and FA. RGB value is (237,254,250). Sum of RGB (Red+Green+Blue) = 237+254+250=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFA is #120105. Grayscale: #F8F8F8. Windows color (decimal): -1179910 or 16449261. OLE color: 16449261.

HSL color Cylindrical-coordinate representation of color #EDFEFA: hue angle of 165.88º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEFA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 250 -
CMYK 0.07 0 0.02 0.00
HSL 165.88º 0.89% 0.96% -
HSV(B) 165.88º 0.07% 1% -
XYZ 87.62 95.79 104.31 -
YUV 248.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 237 254 250 0.07 0 0.02 0.00 165.88 0.89 0.96
Hex ED FE FA 7 0 2 0 A6 59 60
Octal 355 376 372 7 0 2 0 246 131 140
Binary 11101101 11111110 11111010 111 0 10 0 10100110 1011001 1100000

Color Harmonies of #EDFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEFA

Black with #EDFEFA

Text Example


Text Example

White with #EDFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEFA; }

 p { color: rgb(237,254,250); }

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

background-color css

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

 a { background-color: rgb(237,254,250); }

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

border-color css

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

 span { border-color: rgb(237,254,250); }

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