Html Css Color HEX #EDF9FB Azure

📋 copy color: '#EDF9FB'

red 237 ◦ green 249 ◦ blue 251

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

Shades of Azure #EDF9FB

Tints of Azure #EDF9FB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.79%

 BLUE value IS 251 (98.44% from 255) = 34.06%

R = 32.16%
G = 33.79%
B = 34.06%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF9FB (or 0xEDF9FB) is known color: Azure. HEX triplet: ED, F9 and FB. RGB value is (237,249,251). Sum of RGB (Red+Green+Blue) = 237+249+251=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 249 (97.66% from 255 or 33.79% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF9FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FB is #120604. Grayscale: #F5F5F5. Windows color (decimal): -1181189 or 16513517. OLE color: 16513517.

HSL color Cylindrical-coordinate representation of color #EDF9FB: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF9FB is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 251 -
CMYK 0.06 0.01 0 0.02
HSL 188.57º 0.64% 0.96% -
HSV(B) 188.57º 0.06% 0.98% -
XYZ 86.21 92.72 104.62 -
YUV 245.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 237 249 251 0.06 0.01 0 0.02 188.57 0.64 0.96
Hex ED F9 FB 6 1 0 2 BD 40 60
Octal 355 371 373 6 1 0 2 275 100 140
Binary 11101101 11111001 11111011 110 1 0 10 10111101 1000000 1100000

Color Harmonies of #EDF9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9FB

Black with #EDF9FB

Text Example


Text Example

White with #EDF9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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