Html Css Color HEX #EBF7FA Azure

📋 copy color: '#EBF7FA'

red 235 ◦ green 247 ◦ blue 250

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

Shades of Azure #EBF7FA

Tints of Azure #EBF7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.15%

R = 32.1%
G = 33.74%
B = 34.15%

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

#EBF7FA (or 0xEBF7FA) is known color: Azure. HEX triplet: EB, F7 and FA. RGB value is (235,247,250). Sum of RGB (Red+Green+Blue) = 235+247+250=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF7FA is #140805. Grayscale: #F3F3F3. Windows color (decimal): -1312774 or 16447467. OLE color: 16447467.

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

Color convert

RGB 235 247 250 -
CMYK 0.06 0.01 0 0.02
HSL 192º 0.6% 0.95% -
HSV(B) 192º 0.06% 0.98% -
XYZ 84.78 91.09 103.56 -
YUV 243.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 235 247 250 0.06 0.01 0 0.02 192 0.6 0.95
Hex EB F7 FA 6 1 0 2 C0 3C 5F
Octal 353 367 372 6 1 0 2 300 74 137
Binary 11101011 11110111 11111010 110 1 0 10 11000000 111100 1011111

Color Harmonies of #EBF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF7FA

Black with #EBF7FA

Text Example


Text Example

White with #EBF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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