Html Css Color HEX #EFF3EF Aqua Spring

📋 copy color: '#EFF3EF'

red 239 ◦ green 243 ◦ blue 239

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

Shades of Aqua Spring #EFF3EF

Tints of Aqua Spring #EFF3EF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.7%

 BLUE value IS 239 (93.75% from 255) = 33.15%

R = 33.15%
G = 33.7%
B = 33.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#EFF3EF (or 0xEFF3EF) is known color: Aqua Spring. HEX triplet: EF, F3 and EF. RGB value is (239,243,239). Sum of RGB (Red+Green+Blue) = 239+243+239=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EF is #100C10. Grayscale: #F1F1F1. Windows color (decimal): -1051665 or 15725551. OLE color: 15725551.

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

Color convert

RGB 239 243 239 -
CMYK 0.02 0 0.02 0.05
HSL 120º 0.14% 0.95% -
HSV(B) 120º 0.02% 0.95% -
XYZ 83.23 88.68 94.39 -
YUV 241.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 239 243 239 0.02 0 0.02 0.05 120 0.14 0.95
Hex EF F3 EF 2 0 2 5 78 E 5F
Octal 357 363 357 2 0 2 5 170 16 137
Binary 11101111 11110011 11101111 10 0 10 101 1111000 1110 1011111

Color Harmonies of #EFF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF3EF

Black with #EFF3EF

Text Example


Text Example

White with #EFF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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