Html Css Color HEX #EBFEFD Azure

📋 copy color: '#EBFEFD'

red 235 ◦ green 254 ◦ blue 253

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

Shades of Azure #EBFEFD

Tints of Azure #EBFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.23%

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

R = 31.67%
G = 34.23%
B = 34.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#EBFEFD (or 0xEBFEFD) is known color: Azure. HEX triplet: EB, FE and FD. RGB value is (235,254,253). Sum of RGB (Red+Green+Blue) = 235+254+253=742 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.67% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFD is #140102. Grayscale: #F8F8F8. Windows color (decimal): -1310979 or 16645867. OLE color: 16645867.

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

Color convert

RGB 235 254 253 -
CMYK 0.07 0 0.00 0.00
HSL 176.84º 0.9% 0.96% -
HSV(B) 176.84º 0.07% 1% -
XYZ 87.43 95.64 106.78 -
YUV 248.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 235 254 253 0.07 0 0.00 0.00 176.84 0.9 0.96
Hex EB FE FD 7 0 0 0 B1 5A 60
Octal 353 376 375 7 0 0 0 261 132 140
Binary 11101011 11111110 11111101 111 0 0 0 10110001 1011010 1100000

Color Harmonies of #EBFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFEFD

Black with #EBFEFD

Text Example


Text Example

White with #EBFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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