Html Css Color HEX #EFF6F6 Azure

📋 copy color: '#EFF6F6'

red 239 ◦ green 246 ◦ blue 246

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

Shades of Azure #EFF6F6

Tints of Azure #EFF6F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 33.65%

R = 32.69%
G = 33.65%
B = 33.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFF6F6 (or 0xEFF6F6) is known color: Azure. HEX triplet: EF, F6 and F6. RGB value is (239,246,246). Sum of RGB (Red+Green+Blue) = 239+246+246=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 246 - color contains mainly: green, blue. Hex color #EFF6F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6F6 is #100909. Grayscale: #F3F3F3. Windows color (decimal): -1050890 or 16185071. OLE color: 16185071.

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

Color convert

RGB 239 246 246 -
CMYK 0.03 0 0 0.04
HSL 180º 0.28% 0.95% -
HSV(B) 180º 0.03% 0.96% -
XYZ 85.19 90.92 100.25 -
YUV 243.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 239 246 246 0.03 0 0 0.04 180 0.28 0.95
Hex EF F6 F6 3 0 0 4 B4 1C 5F
Octal 357 366 366 3 0 0 4 264 34 137
Binary 11101111 11110110 11110110 11 0 0 100 10110100 11100 1011111

Color Harmonies of #EFF6F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6F6

Black with #EFF6F6

Text Example


Text Example

White with #EFF6F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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