Html Css Color HEX #EBF7F9 Azure

📋 copy color: '#EBF7F9'

red 235 ◦ green 247 ◦ blue 249

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

Shades of Azure #EBF7F9

Tints of Azure #EBF7F9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.79%

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

R = 32.15%
G = 33.79%
B = 34.06%

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

#EBF7F9 (or 0xEBF7F9) is known color: Azure. HEX triplet: EB, F7 and F9. RGB value is (235,247,249). Sum of RGB (Red+Green+Blue) = 235+247+249=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7F9 is #140806. Grayscale: #F3F3F3. Windows color (decimal): -1312775 or 16381931. OLE color: 16381931.

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

Color convert

RGB 235 247 249 -
CMYK 0.06 0.01 0 0.02
HSL 188.57º 0.54% 0.95% -
HSV(B) 188.57º 0.06% 0.98% -
XYZ 84.62 91.02 102.73 -
YUV 243.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 235 247 249 0.06 0.01 0 0.02 188.57 0.54 0.95
Hex EB F7 F9 6 1 0 2 BD 36 5F
Octal 353 367 371 6 1 0 2 275 66 137
Binary 11101011 11110111 11111001 110 1 0 10 10111101 110110 1011111

Color Harmonies of #EBF7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF7F9

Black with #EBF7F9

Text Example


Text Example

White with #EBF7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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