Html Css Color HEX #EDFBFB Azure

📋 copy color: '#EDFBFB'

red 237 ◦ green 251 ◦ blue 251

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

Shades of Azure #EDFBFB

Tints of Azure #EDFBFB

RGB

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

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

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

R = 32.07%
G = 33.96%
B = 33.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDFBFB (or 0xEDFBFB) is known color: Azure. HEX triplet: ED, FB and FB. RGB value is (237,251,251). Sum of RGB (Red+Green+Blue) = 237+251+251=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #EDFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBFB is #120404. Grayscale: #F6F6F6. Windows color (decimal): -1180677 or 16514029. OLE color: 16514029.

HSL color Cylindrical-coordinate representation of color #EDFBFB: hue angle of 180º 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 #EDFBFB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 251 -
CMYK 0.06 0 0 0.02
HSL 180º 0.64% 0.96% -
HSV(B) 180º 0.06% 0.98% -
XYZ 86.83 93.96 104.83 -
YUV 246.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 237 251 251 0.06 0 0 0.02 180 0.64 0.96
Hex ED FB FB 6 0 0 2 B4 40 60
Octal 355 373 373 6 0 0 2 264 100 140
Binary 11101101 11111011 11111011 110 0 0 10 10110100 1000000 1100000

Color Harmonies of #EDFBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBFB

Black with #EDFBFB

Text Example


Text Example

White with #EDFBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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