Html Css Color HEX #EBF6F9 Azure

📋 copy color: '#EBF6F9'

red 235 ◦ green 246 ◦ blue 249

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

Shades of Azure #EBF6F9

Tints of Azure #EBF6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.11%

R = 32.19%
G = 33.7%
B = 34.11%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EBF6F9 (or 0xEBF6F9) is known color: Azure. HEX triplet: EB, F6 and F9. RGB value is (235,246,249). Sum of RGB (Red+Green+Blue) = 235+246+249=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF6F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6F9 is #140906. Grayscale: #F3F3F3. Windows color (decimal): -1313031 or 16381675. OLE color: 16381675.

HSL color Cylindrical-coordinate representation of color #EBF6F9: hue angle of 192.86º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF6F9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 246 249 -
CMYK 0.06 0.01 0 0.02
HSL 192.86º 0.54% 0.95% -
HSV(B) 192.86º 0.06% 0.98% -
XYZ 84.32 90.41 102.63 -
YUV 243.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 235 246 249 0.06 0.01 0 0.02 192.86 0.54 0.95
Hex EB F6 F9 6 1 0 2 C1 36 5F
Octal 353 366 371 6 1 0 2 301 66 137
Binary 11101011 11110110 11111001 110 1 0 10 11000001 110110 1011111

Color Harmonies of #EBF6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF6F9

Black with #EBF6F9

Text Example


Text Example

White with #EBF6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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