Html Css Color HEX #EBF6F5 Azure

📋 copy color: '#EBF6F5'

red 235 ◦ green 246 ◦ blue 245

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

Shades of Azure #EBF6F5

Tints of Azure #EBF6F5

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.88%

 BLUE value IS 245 (96.09% from 255) = 33.75%

R = 32.37%
G = 33.88%
B = 33.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0.04

RGB Variations

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

Color information

#EBF6F5 (or 0xEBF6F5) is known color: Azure. HEX triplet: EB, F6 and F5. RGB value is (235,246,245). Sum of RGB (Red+Green+Blue) = 235+246+245=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6F5 is #14090A. Grayscale: #F2F2F2. Windows color (decimal): -1313035 or 16119531. OLE color: 16119531.

HSL color Cylindrical-coordinate representation of color #EBF6F5: hue angle of 174.55º degrees, saturation: 0.38, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF6F5 is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 246 245 -
CMYK 0.04 0 0.00 0.04
HSL 174.55º 0.38% 0.94% -
HSV(B) 174.55º 0.04% 0.96% -
XYZ 83.7 90.17 99.38 -
YUV 242.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 235 246 245 0.04 0 0.00 0.04 174.55 0.38 0.94
Hex EB F6 F5 4 0 0 4 AF 26 5E
Octal 353 366 365 4 0 0 4 257 46 136
Binary 11101011 11110110 11110101 100 0 0 100 10101111 100110 1011110

Color Harmonies of #EBF6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6F5

Black with #EBF6F5

Text Example


Text Example

White with #EBF6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6F5; }

 p { color: rgb(235,246,245); }

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

background-color css

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

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

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

border-color css

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

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

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