Html Css Color HEX #EDFBFD Azure

📋 copy color: '#EDFBFD'

red 237 ◦ green 251 ◦ blue 253

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

Shades of Azure #EDFBFD

Tints of Azure #EDFBFD

RGB

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

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

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

R = 31.98%
G = 33.87%
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

#EDFBFD (or 0xEDFBFD) is known color: Azure. HEX triplet: ED, FB and FD. RGB value is (237,251,253). Sum of RGB (Red+Green+Blue) = 237+251+253=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 251 (98.44% from 255 or 33.87% 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 #EDFBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBFD is #120402. Grayscale: #F7F7F7. Windows color (decimal): -1180675 or 16645101. OLE color: 16645101.

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

Color convert

RGB 237 251 253 -
CMYK 0.06 0.01 0 0.01
HSL 187.5º 0.8% 0.96% -
HSV(B) 187.5º 0.06% 0.99% -
XYZ 87.15 94.09 106.5 -
YUV 247.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 237 251 253 0.06 0.01 0 0.01 187.5 0.8 0.96
Hex ED FB FD 6 1 0 1 BC 50 60
Octal 355 373 375 6 1 0 1 274 120 140
Binary 11101101 11111011 11111101 110 1 0 1 10111100 1010000 1100000

Color Harmonies of #EDFBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBFD

Black with #EDFBFD

Text Example


Text Example

White with #EDFBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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