Html Css Color HEX #EBFCFE Azure

📋 copy color: '#EBFCFE'

red 235 ◦ green 252 ◦ blue 254

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

Shades of Azure #EBFCFE

Tints of Azure #EBFCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.01%

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

R = 31.71%
G = 34.01%
B = 34.28%

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

#EBFCFE (or 0xEBFCFE) is known color: Azure. HEX triplet: EB, FC and FE. RGB value is (235,252,254). Sum of RGB (Red+Green+Blue) = 235+252+254=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFE is #140301. Grayscale: #F7F7F7. Windows color (decimal): -1311490 or 16710891. OLE color: 16710891.

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

Color convert

RGB 235 252 254 -
CMYK 0.07 0.01 0 0.00
HSL 186.32º 0.9% 0.96% -
HSV(B) 186.32º 0.07% 1% -
XYZ 86.96 94.44 107.41 -
YUV 247.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 235 252 254 0.07 0.01 0 0.00 186.32 0.9 0.96
Hex EB FC FE 7 1 0 0 BA 5A 60
Octal 353 374 376 7 1 0 0 272 132 140
Binary 11101011 11111100 11111110 111 1 0 0 10111010 1011010 1100000

Color Harmonies of #EBFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFCFE

Black with #EBFCFE

Text Example


Text Example

White with #EBFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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