Html Css Color HEX #EBFFFB Azure

📋 copy color: '#EBFFFB'

red 235 ◦ green 255 ◦ blue 251

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

Shades of Azure #EBFFFB

Tints of Azure #EBFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 34.41%

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

R = 31.71%
G = 34.41%
B = 33.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#EBFFFB (or 0xEBFFFB) is known color: Azure. HEX triplet: EB, FF and FB. RGB value is (235,255,251). Sum of RGB (Red+Green+Blue) = 235+255+251=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 255 (100% from 255 or 34.41% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFFB is #140004. Grayscale: #F8F8F8. Windows color (decimal): -1310725 or 16515051. OLE color: 16515051.

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

Color convert

RGB 235 255 251 -
CMYK 0.08 0 0.02 0
HSL 168º 1% 0.96% -
HSV(B) 168º 0.08% 1% -
XYZ 87.43 96.15 105.22 -
YUV 248.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 235 255 251 0.08 0 0.02 0 168 1 0.96
Hex EB FF FB 8 0 2 0 A8 64 60
Octal 353 377 373 10 0 2 0 250 144 140
Binary 11101011 11111111 11111011 1000 0 10 0 10101000 1100100 1100000

Color Harmonies of #EBFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFFFB

Black with #EBFFFB

Text Example


Text Example

White with #EBFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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