Html Css Color HEX #EBFDFE Azure

📋 copy color: '#EBFDFE'

red 235 ◦ green 253 ◦ blue 254

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

Shades of Azure #EBFDFE

Tints of Azure #EBFDFE

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 235 253 254 -
CMYK 0.07 0.00 0 0.00
HSL 183.16º 0.9% 0.96% -
HSV(B) 183.16º 0.07% 1% -
XYZ 87.28 95.07 107.52 -
YUV 247.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 235 253 254 0.07 0.00 0 0.00 183.16 0.9 0.96
Hex EB FD FE 7 0 0 0 B7 5A 60
Octal 353 375 376 7 0 0 0 267 132 140
Binary 11101011 11111101 11111110 111 0 0 0 10110111 1011010 1100000

Color Harmonies of #EBFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDFE

Black with #EBFDFE

Text Example


Text Example

White with #EBFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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