Html Css Color HEX #EBFAF7 Azure

📋 copy color: '#EBFAF7'

red 235 ◦ green 250 ◦ blue 247

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

Shades of Azure #EBFAF7

Tints of Azure #EBFAF7

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 235 250 247 -
CMYK 0.06 0 0.01 0.02
HSL 168º 0.6% 0.95% -
HSV(B) 168º 0.06% 0.98% -
XYZ 85.24 92.75 101.41 -
YUV 245.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 235 250 247 0.06 0 0.01 0.02 168 0.6 0.95
Hex EB FA F7 6 0 1 2 A8 3C 5F
Octal 353 372 367 6 0 1 2 250 74 137
Binary 11101011 11111010 11110111 110 0 1 10 10101000 111100 1011111

Color Harmonies of #EBFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAF7

Black with #EBFAF7

Text Example


Text Example

White with #EBFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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