Html Css Color HEX #EDFBFE Azure

📋 copy color: '#EDFBFE'

red 237 ◦ green 251 ◦ blue 254

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

Shades of Azure #EDFBFE

Tints of Azure #EDFBFE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.83%

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

R = 31.94%
G = 33.83%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDFBFE (or 0xEDFBFE) is known color: Azure. HEX triplet: ED, FB and FE. RGB value is (237,251,254). Sum of RGB (Red+Green+Blue) = 237+251+254=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 254 (99.61% from 255 or 34.23% from 742); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBFE is #120401. Grayscale: #F7F7F7. Windows color (decimal): -1180674 or 16710637. OLE color: 16710637.

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

Color convert

RGB 237 251 254 -
CMYK 0.07 0.01 0 0.00
HSL 190.59º 0.89% 0.96% -
HSV(B) 190.59º 0.07% 1% -
XYZ 87.31 94.15 107.34 -
YUV 247.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 237 251 254 0.07 0.01 0 0.00 190.59 0.89 0.96
Hex ED FB FE 7 1 0 0 BF 59 60
Octal 355 373 376 7 1 0 0 277 131 140
Binary 11101101 11111011 11111110 111 1 0 0 10111111 1011001 1100000

Color Harmonies of #EDFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBFE

Black with #EDFBFE

Text Example


Text Example

White with #EDFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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