Html Css Color HEX #EDFDFF Azure

📋 copy color: '#EDFDFF'

red 237 ◦ green 253 ◦ blue 255

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

Shades of Azure #EDFDFF

Tints of Azure #EDFDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.96%

 BLUE value IS 255 (100% from 255) = 34.23%

R = 31.81%
G = 33.96%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDFDFF (or 0xEDFDFF) is known color: Azure. HEX triplet: ED, FD and FF. RGB value is (237,253,255). Sum of RGB (Red+Green+Blue) = 237+253+255=745 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.81% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFF is #120200. Grayscale: #F8F8F8. Windows color (decimal): -1180161 or 16776685. OLE color: 16776685.

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

Color convert

RGB 237 253 255 -
CMYK 0.07 0.01 0 0
HSL 186.67º 1% 0.96% -
HSV(B) 186.67º 0.07% 1% -
XYZ 88.1 95.48 108.39 -
YUV 248.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 237 253 255 0.07 0.01 0 0 186.67 1 0.96
Hex ED FD FF 7 1 0 0 BB 64 60
Octal 355 375 377 7 1 0 0 273 144 140
Binary 11101101 11111101 11111111 111 1 0 0 10111011 1100100 1100000

Color Harmonies of #EDFDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDFF

Black with #EDFDFF

Text Example


Text Example

White with #EDFDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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