Html Css Color HEX #EBFEFC Azure

📋 copy color: '#EBFEFC'

red 235 ◦ green 254 ◦ blue 252

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

Shades of Azure #EBFEFC

Tints of Azure #EBFEFC

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 235 254 252 -
CMYK 0.07 0 0.01 0.00
HSL 173.68º 0.9% 0.96% -
HSV(B) 173.68º 0.07% 1% -
XYZ 87.27 95.57 105.94 -
YUV 248.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 235 254 252 0.07 0 0.01 0.00 173.68 0.9 0.96
Hex EB FE FC 7 0 1 0 AE 5A 60
Octal 353 376 374 7 0 1 0 256 132 140
Binary 11101011 11111110 11111100 111 0 1 0 10101110 1011010 1100000

Color Harmonies of #EBFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFEFC

Black with #EBFEFC

Text Example


Text Example

White with #EBFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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