Html Css Color HEX #EBFEFE Azure

📋 copy color: '#EBFEFE'

red 235 ◦ green 254 ◦ blue 254

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

Shades of Azure #EBFEFE

Tints of Azure #EBFEFE

RGB

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

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

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

R = 31.63%
G = 34.19%
B = 34.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBFEFE (or 0xEBFEFE) is known color: Azure. HEX triplet: EB, FE and FE. RGB value is (235,254,254). Sum of RGB (Red+Green+Blue) = 235+254+254=743 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.63% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #EBFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFE is #140101. Grayscale: #F8F8F8. Windows color (decimal): -1310978 or 16711403. OLE color: 16711403.

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

Color convert

RGB 235 254 254 -
CMYK 0.07 0 0 0.00
HSL 180º 0.9% 0.96% -
HSV(B) 180º 0.07% 1% -
XYZ 87.59 95.7 107.62 -
YUV 248.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 235 254 254 0.07 0 0 0.00 180 0.9 0.96
Hex EB FE FE 7 0 0 0 B4 5A 60
Octal 353 376 376 7 0 0 0 264 132 140
Binary 11101011 11111110 11111110 111 0 0 0 10110100 1011010 1100000

Color Harmonies of #EBFEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFEFE

Black with #EBFEFE

Text Example


Text Example

White with #EBFEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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