Html Css Color HEX #EDFAFA Azure

📋 copy color: '#EDFAFA'

red 237 ◦ green 250 ◦ blue 250

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

Shades of Azure #EDFAFA

Tints of Azure #EDFAFA

RGB

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

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

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

R = 32.16%
G = 33.92%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDFAFA (or 0xEDFAFA) is known color: Azure. HEX triplet: ED, FA and FA. RGB value is (237,250,250). Sum of RGB (Red+Green+Blue) = 237+250+250=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EDFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFA is #120505. Grayscale: #F6F6F6. Windows color (decimal): -1180934 or 16448237. OLE color: 16448237.

HSL color Cylindrical-coordinate representation of color #EDFAFA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAFA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 250 250 -
CMYK 0.05 0 0 0.02
HSL 180º 0.57% 0.95% -
HSV(B) 180º 0.05% 0.98% -
XYZ 86.37 93.28 103.89 -
YUV 246.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 237 250 250 0.05 0 0 0.02 180 0.57 0.95
Hex ED FA FA 5 0 0 2 B4 39 5F
Octal 355 372 372 5 0 0 2 264 71 137
Binary 11101101 11111010 11111010 101 0 0 10 10110100 111001 1011111

Color Harmonies of #EDFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAFA

Black with #EDFAFA

Text Example


Text Example

White with #EDFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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