Html Css Color HEX #EBFBFE Azure

📋 copy color: '#EBFBFE'

red 235 ◦ green 251 ◦ blue 254

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

Shades of Azure #EBFBFE

Tints of Azure #EBFBFE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 33.92%

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

R = 31.76%
G = 33.92%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EBFBFE (or 0xEBFBFE) is known color: Azure. HEX triplet: EB, FB and FE. RGB value is (235,251,254). Sum of RGB (Red+Green+Blue) = 235+251+254=740 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.76% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBFE is #140401. Grayscale: #F6F6F6. Windows color (decimal): -1311746 or 16710635. OLE color: 16710635.

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

Color convert

RGB 235 251 254 -
CMYK 0.07 0.01 0 0.00
HSL 189.47º 0.9% 0.96% -
HSV(B) 189.47º 0.07% 1% -
XYZ 86.65 93.81 107.31 -
YUV 246.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 235 251 254 0.07 0.01 0 0.00 189.47 0.9 0.96
Hex EB FB FE 7 1 0 0 BD 5A 60
Octal 353 373 376 7 1 0 0 275 132 140
Binary 11101011 11111011 11111110 111 1 0 0 10111101 1011010 1100000

Color Harmonies of #EBFBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFBFE

Black with #EBFBFE

Text Example


Text Example

White with #EBFBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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