Html Css Color HEX #EFF2F2 Azure

📋 copy color: '#EFF2F2'

red 239 ◦ green 242 ◦ blue 242

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

Shades of Azure #EFF2F2

Tints of Azure #EFF2F2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.47%

 BLUE value IS 242 (94.92% from 255) = 33.47%

R = 33.06%
G = 33.47%
B = 33.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFF2F2 (or 0xEFF2F2) is known color: Azure. HEX triplet: EF, F2 and F2. RGB value is (239,242,242). Sum of RGB (Red+Green+Blue) = 239+242+242=723 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.06% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 242 (94.92% from 255 or 33.47% from 723); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #EFF2F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2F2 is #100D0D. Grayscale: #F1F1F1. Windows color (decimal): -1051918 or 15921903. OLE color: 15921903.

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

Color convert

RGB 239 242 242 -
CMYK 0.01 0 0 0.05
HSL 180º 0.1% 0.94% -
HSV(B) 180º 0.01% 0.95% -
XYZ 83.38 88.27 96.65 -
YUV 241.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 239 242 242 0.01 0 0 0.05 180 0.1 0.94
Hex EF F2 F2 1 0 0 5 B4 A 5E
Octal 357 362 362 1 0 0 5 264 12 136
Binary 11101111 11110010 11110010 1 0 0 101 10110100 1010 1011110

Color Harmonies of #EFF2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2F2

Black with #EFF2F2

Text Example


Text Example

White with #EFF2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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