Html Css Color HEX #EBFDFB Azure

📋 copy color: '#EBFDFB'

red 235 ◦ green 253 ◦ blue 251

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

Shades of Azure #EBFDFB

Tints of Azure #EBFDFB

RGB

 RED value IS 235 (92.19% from 255) = 31.8%

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

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

R = 31.8%
G = 34.24%
B = 33.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#EBFDFB (or 0xEBFDFB) is known color: Azure. HEX triplet: EB, FD and FB. RGB value is (235,253,251). Sum of RGB (Red+Green+Blue) = 235+253+251=739 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.80% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 251 (98.44% from 255 or 33.96% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFDFB is #140204. Grayscale: #F7F7F7. Windows color (decimal): -1311237 or 16514539. OLE color: 16514539.

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

Color convert

RGB 235 253 251 -
CMYK 0.07 0 0.01 0.01
HSL 173.33º 0.82% 0.96% -
HSV(B) 173.33º 0.07% 0.99% -
XYZ 86.8 94.88 105.01 -
YUV 247.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 235 253 251 0.07 0 0.01 0.01 173.33 0.82 0.96
Hex EB FD FB 7 0 1 1 AD 52 60
Octal 353 375 373 7 0 1 1 255 122 140
Binary 11101011 11111101 11111011 111 0 1 1 10101101 1010010 1100000

Color Harmonies of #EBFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDFB

Black with #EBFDFB

Text Example


Text Example

White with #EBFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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