Html Css Color HEX #EFF6F7 Azure

📋 copy color: '#EFF6F7'

red 239 ◦ green 246 ◦ blue 247

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

Shades of Azure #EFF6F7

Tints of Azure #EFF6F7

RGB

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

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

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

R = 32.65%
G = 33.61%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFF6F7 (or 0xEFF6F7) is known color: Azure. HEX triplet: EF, F6 and F7. RGB value is (239,246,247). Sum of RGB (Red+Green+Blue) = 239+246+247=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 247 (96.88% from 255 or 33.74% from 732); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFF6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6F7 is #100908. Grayscale: #F4F4F4. Windows color (decimal): -1050889 or 16250607. OLE color: 16250607.

HSL color Cylindrical-coordinate representation of color #EFF6F7: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF6F7 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 246 247 -
CMYK 0.03 0.00 0 0.03
HSL 187.5º 0.33% 0.95% -
HSV(B) 187.5º 0.03% 0.97% -
XYZ 85.34 90.98 101.06 -
YUV 244.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 239 246 247 0.03 0.00 0 0.03 187.5 0.33 0.95
Hex EF F6 F7 3 0 0 3 BC 21 5F
Octal 357 366 367 3 0 0 3 274 41 137
Binary 11101111 11110110 11110111 11 0 0 11 10111100 100001 1011111

Color Harmonies of #EFF6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6F7

Black with #EFF6F7

Text Example


Text Example

White with #EFF6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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