Html Css Color HEX #EDF8FB Azure

📋 copy color: '#EDF8FB'

red 237 ◦ green 248 ◦ blue 251

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

Shades of Azure #EDF8FB

Tints of Azure #EDF8FB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.7%

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

R = 32.2%
G = 33.7%
B = 34.1%

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

#EDF8FB (or 0xEDF8FB) is known color: Azure. HEX triplet: ED, F8 and FB. RGB value is (237,248,251). Sum of RGB (Red+Green+Blue) = 237+248+251=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 248 (97.27% from 255 or 33.70% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF8FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FB is #120704. Grayscale: #F5F5F5. Windows color (decimal): -1181445 or 16513261. OLE color: 16513261.

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

Color convert

RGB 237 248 251 -
CMYK 0.06 0.01 0 0.02
HSL 192.86º 0.64% 0.96% -
HSV(B) 192.86º 0.06% 0.98% -
XYZ 85.91 92.1 104.52 -
YUV 245.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 237 248 251 0.06 0.01 0 0.02 192.86 0.64 0.96
Hex ED F8 FB 6 1 0 2 C1 40 60
Octal 355 370 373 6 1 0 2 301 100 140
Binary 11101101 11111000 11111011 110 1 0 10 11000001 1000000 1100000

Color Harmonies of #EDF8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8FB

Black with #EDF8FB

Text Example


Text Example

White with #EDF8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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