Html Css Color HEX #EFF9F7 Azure

📋 copy color: '#EFF9F7'

red 239 ◦ green 249 ◦ blue 247

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

Shades of Azure #EFF9F7

Tints of Azure #EFF9F7

RGB

 RED value IS 239 (93.75% from 255) = 32.52%

 GREEN value IS 249 (97.66% from 255) = 33.88%

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

R = 32.52%
G = 33.88%
B = 33.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#EFF9F7 (or 0xEFF9F7) is known color: Azure. HEX triplet: EF, F9 and F7. RGB value is (239,249,247). Sum of RGB (Red+Green+Blue) = 239+249+247=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 247 (96.88% from 255 or 33.61% from 735); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9F7 is #100608. Grayscale: #F5F5F5. Windows color (decimal): -1050121 or 16251375. OLE color: 16251375.

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

Color convert

RGB 239 249 247 -
CMYK 0.04 0 0.01 0.02
HSL 168º 0.45% 0.96% -
HSV(B) 168º 0.04% 0.98% -
XYZ 86.26 92.82 101.36 -
YUV 245.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 239 249 247 0.04 0 0.01 0.02 168 0.45 0.96
Hex EF F9 F7 4 0 1 2 A8 2D 60
Octal 357 371 367 4 0 1 2 250 55 140
Binary 11101111 11111001 11110111 100 0 1 10 10101000 101101 1100000

Color Harmonies of #EFF9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9F7

Black with #EFF9F7

Text Example


Text Example

White with #EFF9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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